Navigation
API > API/Runtime > API/Runtime/VectorVM > API/Runtime/VectorVM/FDataSetMeta > API/Runtime/VectorVM/FDataSetMeta/__ctor
References
Module | VectorVM |
Header | /Engine/Source/Runtime/VectorVM/Public/VectorVMCommon.h |
Include | #include "VectorVMCommon.h" |
FDataSetMeta&40;&41;
Remarks
Temporary lock we're using for thread safety when writing to the FreeIDTable. TODO: A lock free algorithm is possible here. We can create a specialized lock free list and reuse the IDTable slots for FreeIndices as Next pointers for our LFL. This would also work well on the GPU. UE-65856 for tracking this work.