|
Blender V5.0
|
#include <BKE_idtype.hh>
Public Attributes | |
| unsigned int | id_session_uid |
| size_t | identifier |
Definition at line 75 of file BKE_idtype.hh.
| unsigned int IDCacheKey::id_session_uid |
The session UID of the ID owning the cached data.
Definition at line 77 of file BKE_idtype.hh.
Referenced by BKE_idtype_cache_key_cmp(), BKE_idtype_cache_key_hash(), blo_cache_storage_entry_register(), image_foreach_cache(), movie_clip_foreach_cache(), blender::bke::node_foreach_cache(), scene_foreach_cache(), and sound_foreach_cache().
| size_t IDCacheKey::identifier |
Value uniquely identifying the cache within its ID. Typically the offset of its member in the data-block struct, but can be anything.
Definition at line 82 of file BKE_idtype.hh.
Referenced by BKE_idtype_cache_key_cmp(), BKE_idtype_cache_key_hash(), image_foreach_cache(), movie_clip_foreach_cache(), blender::bke::node_foreach_cache(), scene_foreach_cache(), and sound_foreach_cache().