Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FGPUSkinCache > API/Runtime/Engine/FGPUSkinCache/FRWBufferTracker
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/GPUSkinCache.h |
| Include | #include "GPUSkinCache.h" |
FSkinCacheRWBuffer * AllocateUnused
(
const FVertexBufferAndSRV & BoneBuffer,
uint32 Revision,
const FSkinCacheRWBuffer * Used,
TArray < FSkinCacheRWBuffer * > * AllocatedItems
)
Remarks
Allocates an element that's not the "Used" element passed in (or if Used is NULL, allocates any element). Optionally adds element to "AllocatedItems" if non-null.