Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/Metadata
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGMetadataPartitionSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Metadata/PCGMetadataPartition.h |
| Include | #include "Elements/Metadata/PCGMetadataPartition.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGMetadataPartitionSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | PartitionAttributeNames | TODO: Should be deprecated once array override is supported. | |
| TArray< FPCGAttributePropertyInputSelector > | PartitionAttributeSelectors | TODO: Should be overridable once array override is supported. |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FString | Derived classes can implement this to expose additional information or context, such as an asset in use by the node. | ||
| FName | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| bool | If the node has any dynamic pins that can change based on input or settings | ||
| TArray< FPCGPinProperties > | |||
| void | PostLoad () |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | PartitionAttribute_DEPRECATED | ||
| FPCGAttributePropertyInputSelector | PartitionAttributeSource_DEPRECATED |