![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FGlobalDynamicMeshPoolPolicy:Public Types | |
| enum | { NumSafeFrames = 3 , NumPoolBucketSizes = 16 , NumToDrainPerFrame = 100 , CullAfterFramesNum = 10 } |
| typedef uint32 | CreationArguments |
Public Member Functions | |
| uint32 | GetPoolBucketIndex (uint32 Size) |
| uint32 | GetPoolBucketSize (uint32 Bucket) |
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 |