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 |
|---|---|---|---|---|
| bExtractFullTagStrings | bool | Creates a 'Tags' attribute that stores the full tag string (e.g. "Tag:Value") as a string. | Elements/PCGGetDataInfo.h |
|
| 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 |
|