unreal.PCGQueryType¶
- class unreal.PCGQueryType¶
Bases:
EnumBaseMesh Partition PCG Query Type
C++ Source:
Plugin: PCGMeshPartitionInterop
Module: PCGMeshPartitionInterop
File: PCGMeshPartitionData.h
- BASE: PCGQueryType = Ellipsis¶
Samples against the Mega Mesh Base modifiers directly before any procedural applications. Not valid at runtime
- Type:
0
- FINAL: PCGQueryType = Ellipsis¶
Samples against the final built Mega Mesh (after all procedural application). Valid at runtime
- Type:
3
- INTERMEDIATE: PCGQueryType = Ellipsis¶
Samples the Mega Mega at intermediate build layer and sub priority. Not valid at runtime
- Type:
1
- INTERMEDIATE_LAYER: PCGQueryType = Ellipsis¶
Samples the Mega Mega at intermediate build layers, not considering sub priority. Not valid at runtime
- Type:
2