FLinkerLoad::FLinkerLoad

Private constructor, passing arguments through from CreateLinker.

Choose your operating system:

Windows

macOS

Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/LinkerLoad.h"

Source

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

Syntax

FLinkerLoad
(
    UPackage * InParent,
    const FPackagePath & PackagePath,
    uint32 InLoadFlags,
    FLinkerInstancingContext InstancingContext
)

Remarks

Private constructor, passing arguments through from CreateLinker.

Private constructor, passing arguments through from CreateLinker.

Parameters

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