Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGAttributeRemoveDuplicatesSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGAttributeRemoveDuplicates.h |
| Include | #include "Elements/PCGAttributeRemoveDuplicates.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGAttributeRemoveDuplicatesSettings : public UPCGSettings
Remarks
Remove duplicates for given attributes
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AttributeNamesToRemoveDuplicates | TODO: Should be deprecated once array override is supported. | |
| TArray< FPCGAttributePropertyInputSelector > | AttributeSelectors | 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 > |