Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Internal function used to possibly output an error message, taking into account the outer and LoadFlags. Returns true if a log message was emitted.
| Name | SafeLoadError |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
bool SafeLoadError
(
UObject * Outer,
uint32 LoadFlags,
const TCHAR * ErrorMessage
)