Navigation
API > API/Plugins > API/Plugins/PCG
Extracts tags on data to an attribute set with one entry per tag.
| Name | UPCGGetTagsSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGGetDataInfo.h |
| Include Path | #include "Elements/PCGGetDataInfo.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGGetTagsSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGGetTagsSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExtractTagValues | bool | Creates a 'Values' attribute and stores the values of the valued tags (e.g. 'Tag:Value' tags) as a string. | Elements/PCGGetDataInfo.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGGetDataInfo.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGGetDataInfo.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGGetDataInfo.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGGetDataInfo.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGGetDataInfo.h | ||
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGGetDataInfo.h |