TVecSmallInt::CacheIndex Property

__declspec(property(get = GetCacheIndex, put = SetCacheIndex)) int CacheIndex;

For internal use only. Read to get the index of this object in object cache.

Read: int GetCacheIndex();
Write: void SetCacheIndex(const int value);
Remarks:

If the object is not from object cache, teh property will return -1.

Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler