Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include | #include "UObject/UObjectGlobals.h" |
Syntax
struct FAssetMsg
Remarks
FAssetMsg This struct contains functions for asset-related messaging
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | FormatPathForAssetLog
(
const TCHAR* Path |
Formats a path for the UE_ASSET_LOG macro | |
| FString | FormatPathForAssetLog
(
const FPackagePath& Path |
Formats a path for the UE_ASSET_LOG macro | |
| FString | FormatPathForAssetLog
(
const UObject* Object |
If possible, finds a path to the underlying asset for the provided object and formats it for the UE_ASSET_LOG macro | |
| FString | GetAssetLogString
(
const TCHAR* Path, |
||
| FString | GetAssetLogString
(
const FPackagePath& Path, |
||
| FString | GetAssetLogString
(
const UObject* Object, |