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 |
|
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/PCGAddTag.h | |
virtual FName GetDefaultNodeName() |
Elements/PCGAddTag.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGAddTag.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGAddTag.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGAddTag.h | ||
virtual bool HasDynamicPins() |
If the node has any dynamic pins that can change based on input or settings | Elements/PCGAddTag.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGAddTag.h | ||
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGAddTag.h |