Navigation
API > API/Plugins > API/Plugins/PCG
Applies the specified tags on the output data.
| Name | UPCGAddTagSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGAddTag.h |
| Include Path | #include "Elements/PCGAddTag.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGAddTagSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGAddTagSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIgnoreTagValueParsing | bool | Controls whether tags are not considered to be key-value pairs, e.g. that the prefix/suffix will be added before the ':' (if any) or not. | Elements/PCGAddTag.h |
|
| bTokenizeOnWhiteSpace | bool | Enables deprecated behavior using spaces as separators. | Elements/PCGAddTag.h |
|
| Prefix | FString | Common prefix to add to all tags, can be left empty. | Elements/PCGAddTag.h |
|
| Suffix | FString | Common suffix to add to all tags, can be left empty. | Elements/PCGAddTag.h |
|
| TagsToAdd | FString | Comma-separated list of tags to apply to the node. | Elements/PCGAddTag.h |
|