SafeLoadError

Internal function used to possibly output an error message, taking into account the outer and LoadFlags.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h

Include

#include "UObject/UObjectGlobals.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp

Syntax

bool SafeLoadError
(
    UObject * Outer,
    uint32 LoadFlags,
    const TCHAR * ErrorMessage
)

Remarks

Internal function used to possibly output an error message, taking into account the outer and LoadFlags. Returns true if a log message was emitted.

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