Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
Include |
#include "UObject/LinkerLoad.h" |
enum ELinkerStatus
{
LINKER_Failed = 0,
LINKER_Loaded = 1,
LINKER_TimedOut = 2,
}
Name |
Description |
---|---|
LINKER_Failed |
Error occured when loading. |
LINKER_Loaded |
Operation completed successfully. |
LINKER_TimedOut |
Operation took more time than allowed. |
Linker loading status.