Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGDeleteAttributesSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGDeleteAttributesElement.h |
| Include | #include "Elements/PCGDeleteAttributesElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGDeleteAttributesSettings : public UPCGSettings
Remarks
Removes attributes from a given input metadata. Either removes specifically named attributes or remove all attributes not in a given list.
The output will be the original data with the updated metadata.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bTokenizeOnWhiteSpace | Enables deprecated behavior using spaces as separators. | |
| EPCGAttributeFilterOperation | Operation | Implementation note: the default has been changed to DeleteSelected for new objects. | |
| EPCGStringMatchingOperator | Operator | ||
| FString | SelectedAttributes | Comma-separated list of attributes to keep or remove from the input data. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
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. | ||
| EPCGChangeType | GetChangeTypeForProperty
(
const FName& InPropertyName |
Gets the change impact for a given property. | |
| FName | |||
| FText | |||
| TArray< FText > | List of extra aliases that will be added to the node list in the Editor.Useful when we rename a node, but we still want the user to find the old one. | ||
| 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 | |
|---|---|---|---|
| TArray< FName > | AttributesToKeep_DEPRECATED |