Navigation
API > API/Runtime > API/Runtime/CoreUObject
Helper class for condensing strings of these types into 1 - 3 FNames [class]'[package].[object]' [package].[object] [package]
| Name | FAssetRegistryExportPath |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetDataTagMap.h |
| Include Path | #include "AssetRegistry/AssetDataTagMap.h" |
Syntax
struct FAssetRegistryExportPath
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FAssetRegistryExportPath () |
AssetRegistry/AssetDataTagMap.h | ||
| AssetRegistry/AssetDataTagMap.h | |||
FAssetRegistryExportPath
(
const FAssetRegistryExportPath& |
AssetRegistry/AssetDataTagMap.h | ||
FAssetRegistryExportPath
(
FWideStringView String |
AssetRegistry/AssetDataTagMap.h | ||
FAssetRegistryExportPath
(
FAnsiStringView String |
AssetRegistry/AssetDataTagMap.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Class | FName | AssetRegistry/AssetDataTagMap.h | ||
| ClassPath | FTopLevelAssetPath | AssetRegistry/AssetDataTagMap.h | ||
| Object | FName | AssetRegistry/AssetDataTagMap.h | ||
| Package | FName | AssetRegistry/AssetDataTagMap.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsEmpty() |
AssetRegistry/AssetDataTagMap.h | ||
FName ToName() |
AssetRegistry/AssetDataTagMap.h | ||
FString ToPath () |
AssetRegistry/AssetDataTagMap.h | ||
void ToPath
(
FStringBuilderBase& Out |
AssetRegistry/AssetDataTagMap.h | ||
FString ToString () |
AssetRegistry/AssetDataTagMap.h | ||
void ToString
(
FStringBuilderBase& Out |
AssetRegistry/AssetDataTagMap.h | ||
FTopLevelAssetPath ToTopLevelAssetPath() |
AssetRegistry/AssetDataTagMap.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
AssetRegistry/AssetDataTagMap.h | ||
| AssetRegistry/AssetDataTagMap.h | |||
FAssetRegistryExportPath & operator=
(
const FAssetRegistryExportPath& |
AssetRegistry/AssetDataTagMap.h |