Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
Include |
#include "UObject/LinkerLoad.h" |
Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp |
FLinkerLoad
(
UPackage * InParent,
const FPackagePath & PackagePath,
uint32 InLoadFlags,
FLinkerInstancingContext InstancingContext
)
Private constructor, passing arguments through from CreateLinker.
Private constructor, passing arguments through from CreateLinker.
Parameter |
Description |
---|---|
Parent |
Parent object to load into, can be NULL (most likely case) |
PackagePath |
Path of the package data to load |
LoadFlags |
Load flags determining behavior |
InstancingContext |
The instancing context for remapping imports if needed. |
Parent |
Parent object to load into, can be NULL (most likely case) |
PackagePath |
PackagePath to load from IPackageResourceManager |
LoadFlags |
Load flags determining behavior |