Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/MeshSelectors
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/MeshSelectors/PCGMeshSelectorBase.h |
| Include | #include "MeshSelectors/PCGMeshSelectorBase.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGMeshInstanceList
Variables
| Type | Name | Description | |
|---|---|---|---|
| int64 | AttributePartitionIndex | Tracks which partition the instance list belongs to. | |
| FSoftISMComponentDescriptor | Descriptor | ||
| TArray< FTransform > | Instances | ||
| TArray< int64 > | InstancesMetadataEntry |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGMeshInstanceList
(
const FSoftISMComponentDescriptor& InDescriptor |