FAssetMsg

[FAssetMsg](API\Runtime\CoreUObject\UObject\FAssetMsg) This struct contains functions for asset-related messaging

Windows
MacOS
Linux

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

Name Description

Public function Static

FString

 

FormatPathForAssetLog

(
    const TCHAR* Path
)

Formats a path for the UE_ASSET_LOG macro

Public function Static

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss