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 |
|