Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Load an object.
| Name | LoadObject |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
template<class T>
T * LoadObject
(
UObject * Outer,
FStringView Name,
FStringView Filename,
uint32 LoadFlags,
UPackageMap * Sandbox,
const FLinkerInstancingContext * InstancingContext
)
See Also
- StaticLoadObject()