Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/AssetRegistry
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetDataTagMap.h |
Include | #include "AssetRegistry/AssetDataTagMap.h" |
Syntax
struct FAssetRegistryExportPath
Remarks
Helper class for condensing strings of these types into 1 - 3 FNames [class]'[package].[object]' [package].[object] [package]
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FTopLevelAssetPath | ClassPath | |
![]() |
FName | Object | |
![]() |
FName | Package |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
PRAGMA_DISABLE_DEPRECATION_WARNINGS | ||
![]() |
|||
![]() |
FAssetRegistryExportPath
(
const FAssetRegistryExportPath& |
||
![]() |
FAssetRegistryExportPath
(
FWideStringView String |
||
![]() |
FAssetRegistryExportPath
(
FAnsiStringView String |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsEmpty () |
|
![]() ![]() |
FName | ToName () |
|
![]() ![]() |
FString | ToPath () |
|
![]() ![]() |
void | ToPath
(
FStringBuilderBase& Out |
|
![]() ![]() |
FString | ToString () |
|
![]() ![]() |
void | ToString
(
FStringBuilderBase& Out |
|
![]() ![]() |
FTopLevelAssetPath |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
|||
![]() |
FAssetRegistryExportPath & | ||
![]() |
FAssetRegistryExportPath & | operator=
(
const FAssetRegistryExportPath& |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FName | Class | Class names are now represented by path names. Please use ClassPath member |