Navigation
API > API/Plugins > API/Plugins/PCG
Filters the tags on the input data.
| Name | UPCGDeleteTagsSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGDeleteTags.h |
| Include Path | #include "Elements/PCGDeleteTags.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGDeleteTagsSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGDeleteTagsSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bTokenizeOnWhiteSpace | bool | Enables deprecated behavior using spaces as separators. | Elements/PCGDeleteTags.h |
|
| Operation | EPCGTagFilterOperation | Elements/PCGDeleteTags.h |
|
|
| Operator | EPCGStringMatchingOperator | Elements/PCGDeleteTags.h |
|
|
| SelectedTags | FString | Comma-separated list of tags to add or remove from the input data. | Elements/PCGDeleteTags.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyDeprecation
(
UPCGNode* InOutNode |
Any final migration/recovery that can be done after pins are finalized. | Elements/PCGDeleteTags.h | |
virtual FString GetAdditionalTitleInformation() |
Derived classes can implement this to expose additional information or context, such as an asset in use by the node. | Elements/PCGDeleteTags.h | |
virtual FName GetDefaultNodeName() |
Elements/PCGDeleteTags.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGDeleteTags.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGDeleteTags.h | ||
virtual bool HasDynamicPins() |
If the node has any dynamic pins that can change based on input or settings | Elements/PCGDeleteTags.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGDeleteTags.h | ||
virtual EPCGChangeType GetChangeTypeForProperty
(
const FName& InPropertyName |
Gets the change impact for a given property. | Elements/PCGDeleteTags.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGDeleteTags.h |