Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGWorldCommonQueryParams
Description
Utility function to extract the Object Filters (from loaded actors) from the incoming data using the selector in this struct. Return true if the extraction succeeded.
| Name | ExtractLoadedObjectFiltersIfNeeded |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGWorldData.h |
| Include Path | #include "Data/PCGWorldData.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Data/PCGWorldData.cpp |
bool ExtractLoadedObjectFiltersIfNeeded
(
const UPCGData * InData,
TSet< FObjectKey > & OutSet,
FPCGContext * InContext
) const