FLinkerLoad::Create

Choose your operating system:

Windows

macOS

Linux

Deprecated

  • Create was only used for the now-deprecated Conform argument to UPackage::Save. Contact Epic via UDN if you still need this function.

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

UObject * Create
(
    UClass * ObjectClass,
    FName ObjectName,
    UObject * Outer,
    uint32 InLoadFlags,
    bool Checked
)