Navigation
API > API/Runtime > API/Runtime/ISMPool > API/Runtime/ISMPool/FISMPool
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/ISMPool/Public/ISMPool/ISMPoolComponent.h |
| Include Path | #include "ISMPool/ISMPoolComponent.h" |
| Source | /Engine/Source/Runtime/Experimental/ISMPool/Private/ISMPool/ISMPoolComponent.cpp |
void ProcessPreallocationRequests
(
UISMPoolComponent * OwningComponent,
int32 MaxPreallocations
)