Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/RuntimeGen > API/Plugins/PCG/RuntimeGen/FPCGRuntimeGenScheduler
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/RuntimeGen/PCGRuntimeGenScheduler.h |
| Include | #include "RuntimeGen/PCGRuntimeGenScheduler.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/RuntimeGen/PCGRuntimeGenScheduler.cpp |
APCGPartitionActor * GetPartitionActorFromPool
(
uint32 GridSize,
const FIntVector & GridCoords
)
Remarks
Grabs an empty RuntimeGen PA from the PartitionActorPool and initializes it at the given GridSize and GridCoords. If no PAs are available in the pool, the pool capacity will double and new PAs will be created.