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. | |
| PRAGMA_ENABLE_DEPRECATION_WARNINGS FPCGSoftISMComponentDescriptor | Descriptor | ||
| TArray< FTransform > | Instances | ||
| TArray< int32 > | InstancesIndices | ||
| TArray< int64 > | InstancesMetadataEntry | ||
| TWeakObjectPtr< const UPCGPointData > | PointData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | FPCGMeshInstanceList
(
const FPCGSoftISMComponentDescriptor& InDescriptor |
Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables. | |
FPCGMeshInstanceList
(
const FPCGMeshInstanceList& |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| FPCGMeshInstanceList & | operator=
(
const FPCGMeshInstanceList& |
||
| FPCGMeshInstanceList & |