![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AssetDataTagMap.h>
Public Member Functions | |
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | FAssetRegistryExportPath ()=default |
| FAssetRegistryExportPath (FAssetRegistryExportPath &&)=default | |
| FAssetRegistryExportPath (const FAssetRegistryExportPath &)=default | |
| FAssetRegistryExportPath & | operator= (FAssetRegistryExportPath &&)=default |
| FAssetRegistryExportPath & | operator= (const FAssetRegistryExportPath &)=default |
| COREUOBJECT_API PRAGMA_ENABLE_DEPRECATION_WARNINGS | FAssetRegistryExportPath (FWideStringView String) |
| COREUOBJECT_API | FAssetRegistryExportPath (FAnsiStringView String) |
| COREUOBJECT_API FString | ToString () const |
| COREUOBJECT_API FName | ToName () const |
| COREUOBJECT_API void | ToString (FStringBuilderBase &Out) const |
| COREUOBJECT_API FString | ToPath () const |
| COREUOBJECT_API void | ToPath (FStringBuilderBase &Out) const |
| FTopLevelAssetPath | ToTopLevelAssetPath () const |
| bool | IsEmpty () const |
| operator bool () const | |
Public Attributes | |
| FTopLevelAssetPath | ClassPath |
| FName | Class |
| FName | Package |
| FName | Object |
Friends | |
| bool | operator== (const FAssetRegistryExportPath &A, const FAssetRegistryExportPath &B) |
| uint32 | GetTypeHash (const FAssetRegistryExportPath &Export) |
Helper class for condensing strings of these types into 1 - 3 FNames [class]'[package].[object]' [package].[object] [package]
|
default |
|
default |
|
default |
|
explicit |
|
explicit |
|
inline |
|
inlineexplicit |
|
default |
|
default |
| FName FAssetRegistryExportPath::ToName | ( | ) | const |
| FString FAssetRegistryExportPath::ToPath | ( | ) | const |
| void FAssetRegistryExportPath::ToPath | ( | FStringBuilderBase & | Out | ) | const |
| FString FAssetRegistryExportPath::ToString | ( | ) | const |
| void FAssetRegistryExportPath::ToString | ( | FStringBuilderBase & | Out | ) | const |
|
inline |
|
friend |
|
friend |
| FName FAssetRegistryExportPath::Class |
| FTopLevelAssetPath FAssetRegistryExportPath::ClassPath |
| FName FAssetRegistryExportPath::Object |
| FName FAssetRegistryExportPath::Package |