 |
bool |
bCurrentInputSetup |
Per-input context variables. |
 |
bool |
bReuseCheckDone |
Whole-execution variables. |
 |
bool |
bSelectionDone |
|
 |
bool |
bSkippedDueToReuse |
|
 |
TMap< PCGMetadataValueKey, FPCGInstancesAndWeights > |
CategoryEntryToInstancesAndWeights |
Used in the weighted by category selector. |
 |
TArray< int > |
CumulativeWeights |
|
 |
int32 |
CurrentDataIndex |
Index of MeshInstances/PackedCustomData in last MeshInstancesData element. |
 |
int32 |
CurrentInputIndex |
Index of input in the context (for selection) |
 |
UPCGPointData * |
CurrentOutputPointData |
|
 |
const UPCGPointData * |
CurrentPointData |
|
 |
int32 |
CurrentPointIndex |
|
 |
FPCGMeshMaterialOverrideHelper |
MaterialOverrideHelper |
|
 |
TArray< FPackedInstanceListData > |
MeshInstancesData |
|
 |
TMap< TSoftObjectPtr< UStaticMesh >, FBox > |
MeshToBoundingBox |
Used in all selectors. |
 |
TMap< TSoftObjectPtr< UStaticMesh >, PCGMetadataValueKey > |
MeshToValueKey |
|
 |
TMap< PCGMetadataValueKey, TSoftObjectPtr< UStaticMesh > > |
ValueKeyToMesh |
Used in by-attribute selector. |
 |
TArray< TArray< FPCGMeshInstanceList > > |
WeightedMeshInstances |
Used in weighted selector. |