FLinkerLoad::CreateLinker

Creates and returns a [FLinkerLoad](API\Runtime\CoreUObject\UObject\FLinkerLoad) object.

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

static FLinkerLoad * CreateLinker
(
    FUObjectSerializeContext * LoadContext,
    UPackage * Parent,
    const TCHAR * Filename,
    uint32 LoadFlags,
    FArchive * InLoader
)

Remarks

Creates and returns a FLinkerLoad object.

Creates and returns a FLinkerLoad object.

Returns

new FLinkerLoad object for Parent/ Filename

Parameters

Parameter

Description

Parent

Parent object to load into, can be NULL (most likely case)

Filename

Name of file on disk to load

LoadFlags

Load flags determining behavior

InLoader

Loader archive override

Parent

Parent object to load into, can be NULL (most likely case)

Filename

Name of file on disk to load

LoadFlags

Load flags determining behavior

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