Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObject
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
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FAssetRegistryTagMetadata & | SetDisplayName
(
const FText& InDisplayName |
Set override display name |
![]() |
FAssetRegistryTagMetadata & | SetImportantValue
(
const FString& InImportantValue |
Set value deemed to be 'important' for this registry tag |
![]() |
FAssetRegistryTagMetadata & | Set suffix appended to the tag value | |
![]() |
FAssetRegistryTagMetadata & | SetTooltip
(
const FText& InTooltipText |
Set tooltip text pertaining to the asset registry tag in the column view header |