Navigation
API > API/Plugins > API/Plugins/PCG
Remove duplicates for given attributes
| Name | UPCGAttributeRemoveDuplicatesSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGAttributeRemoveDuplicates.h |
| Include Path | #include "Elements/PCGAttributeRemoveDuplicates.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGAttributeRemoveDuplicatesSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGAttributeRemoveDuplicatesSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeNamesToRemoveDuplicates | FString | TODO: Should be deprecated once array override is supported. | Elements/PCGAttributeRemoveDuplicates.h |
|
| AttributeSelectors | TArray< FPCGAttributePropertyInputSelector > | TODO: Should be overridable once array override is supported. | Elements/PCGAttributeRemoveDuplicates.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetAdditionalTitleInformation() |
Derived classes can implement this to expose additional information or context, such as an asset in use by the node. | Elements/PCGAttributeRemoveDuplicates.h | |
virtual FName GetDefaultNodeName() |
Elements/PCGAttributeRemoveDuplicates.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGAttributeRemoveDuplicates.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGAttributeRemoveDuplicates.h | ||
virtual bool HasDynamicPins() |
If the node has any dynamic pins that can change based on input or settings | Elements/PCGAttributeRemoveDuplicates.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGAttributeRemoveDuplicates.h | ||
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGAttributeRemoveDuplicates.h |