Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/AssetRegistry
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetDataTagMapSerializationDetails.h |
| Include | #include "AssetRegistry/AssetDataTagMapSerializationDetails.h" |
Syntax
class FMarshalledText
Remarks
The AssetRegistry's representation of an FText AssetData Tag value. It can be stored and copied without being interpreted as an FText.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMarshalledText
(
const FString& InString |
|||
FMarshalledText
(
FString&& InString |
|||
FMarshalledText
(
const FText& InText |
|||
FMarshalledText
(
FText&& InText |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | CompareToCaseIgnored
(
const FMarshalledText& Other |
||
| const FString & | |||
| FText | GetAsText () |
||
| int64 |