FAssetRegistryTag

Struct used by [GetAssetRegistryTags()](API\Runtime\CoreUObject\UObject\UObject\GetAssetRegistryTags\1) 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
)

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

Typedefs

Name

Description

FOnGetObjectAssetRegistryTags

Callback

Constants

Name

Description

OnGetExtraObjectTags

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