Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGGenSourceManager
Description
Creates the set of all generation sources tracked by the manager. Call 'Tick()' to keep tracked generation sources up to date.
| Name | GetAllGenSources |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/RuntimeGen/PCGGenSourceManager.h |
| Include Path | #include "RuntimeGen/PCGGenSourceManager.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/RuntimeGen/PCGGenSourceManager.cpp |
TSet< IPCGGenSourceBase * > GetAllGenSources
(
const APCGWorldActor * InPCGWorldActor
)