Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/FGeometryCollectionISMPool
Description
Process the preallocation queue. Processing is timesliced so that only some of the queue will be processed in every call.
| Name | ProcessPreallocationRequests |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionISMPoolComponent.h |
| Include Path | #include "GeometryCollection/GeometryCollectionISMPoolComponent.h" |
| Source | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Private/GeometryCollection/GeometryCollectionISMPoolComponent.cpp |
PRAGMA_DISABLE_DEPRECATION_WARNINGS void ProcessPreallocationRequests
(
UGeometryCollectionISMPoolComponent * OwningComponent,
int32 MaxPreallocations
)