![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GPUSkinVertexFactory.h>
Inheritance diagram for FSharedPoolPolicyData:Public Types | |
| enum | { NumSafeFrames = 4 , NumPoolBucketSizes = 18 , NumToDrainPerFrame = 10 , CullAfterFramesNum = 30 } |
| typedef uint32 | CreationArguments |
Public Member Functions | |
| uint32 | GetPoolBucketIndex (uint32 Size) |
| uint32 | GetPoolBucketSize (uint32 Bucket) |
Shared data & implementation for the different types of pool
Buffers are created with a simple byte size
Get the pool bucket index from the size
| Size | the number of bytes for the resource |
Get the pool bucket size from the index
| Bucket | the bucket index |