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 | |
|---|---|---|---|
| bool | bAssignIndexPartition | Assign an index partition as an extra attribute. | |
| bool | bDoNotPartition | If we assign an index, we can also not partition (and only assign the partition index to the original data). | |
| bool | bTokenizeOnWhiteSpace | Enables deprecated behavior using spaces as separators. | |
| FString | PartitionAttributeNames | TODO: Should be deprecated once array override is supported. | |
| TArray< FPCGAttributePropertyInputSelector > | PartitionAttributeSelectors | TODO: Should be overridable once array override is supported. | |
| FName | PartitionIndexAttributeName |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyDeprecation
(
UPCGNode* InOutNode |
Any final migration/recovery that can be done after pins are finalized. | |
| 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 |