FAssetRegistryTag

Struct used by [GetAssetRegistryTags()](API\Runtime\CoreUObject\UObject\UObject\GetAssetRegistryTags) to return tag info

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h

Include

#include "UObject/Object.h"

Syntax

struct FAssetRegistryTag

Remarks

Struct used by GetAssetRegistryTags() to return tag info

Variables

Name Description

Public variable

uint32

 

DisplayFlags

Flags describing more detail for displaying in the UI

Public variable

FName

 

Name

Logical name of this tag

Public variable

ETagType

 

Type

Broad description of kind of data represented in Value

Public variable

FString

 

Value

Value string for this tag, may represent any data type

Constructors

Name Description

Public function

FAssetRegistryTag

(
    FName InName,
    const FString& InValue,
    ETagType InType,
    uint32 InDisplayFlags
)

Functions

Name Description

Public function Static

void

 

GetAssetRegistryTagsFromSearchableProperties

(
    const UObject* Object,
    TArray< FAssetRegistryTag >& OutTa...
)

Gathers a list of asset registry searchable tags from given objects properties

Public function Static

bool

 

IsUniqueAssetRegistryTagStruct

(
    FName StructName,
    ETagType& TagType
)

Returns true if this FName is a special UStruct that should be exported even if not tagged, with the struct name as the tag name

Enums

Name

Description

Public enum

ETagDisplay

Flags controlling how this tag should be shown in the UI

Public enum

ETagType

Enum specifying the type of this tag

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss