unreal.PCGStructExtractorBehavior¶
- class unreal.PCGStructExtractorBehavior¶
Bases:
EnumBaseEPCGStruct Extractor Behavior
C++ Source:
Plugin: PCG
Module: PCG
File: PCGPropertyHelpers.h
- EXTRACT: PCGStructExtractorBehavior = Ellipsis¶
Extract struct members at the first level (first struct property), nested structs will be an attribute of the struct type.
- Type:
2
- EXTRACT_ROOT_ONLY: PCGStructExtractorBehavior = Ellipsis¶
Legacy behavior that was extracting the first level if the top was a struct. Nested structs were discarded.
- Type:
0
- NO_EXTRACT: PCGStructExtractorBehavior = Ellipsis¶
Do not extract struct members, single attribute of the struct type.
- Type:
1