FAssetRegistryTagMetadata

Additional data pertaining to asset registry tags used by the editor

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Object.h"

Syntax

struct FAssetRegistryTagMetadata

Remarks

Additional data pertaining to asset registry tags used by the editor

Variables

Name Description

Public variable

FText

 

DisplayName

Public variable

FString

 

ImportantValue

Public variable

FText

 

Suffix

Public variable

FText

 

TooltipText

Functions

Name Description

Public function

FAssetRegist...

 

SetDisplayName

(
    const FText& InDisplayName
)

Set override display name

Public function

FAssetRegist...

 

SetImportantValue

(
    const FString& InImportantValue
)

Set value deemed to be 'important' for this registry tag

Public function

FAssetRegist...

 

SetSuffix

(
    const FText& InSuffix
)

Set suffix appended to the tag value

Public function

FAssetRegist...

 

SetTooltip

(
    const FText& InTooltipText
)

Set tooltip text pertaining to the asset registry tag in the column view header

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