ImportObject

Import an object using a [UFactory](API\Editor\UnrealEd\Factories\UFactory).

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Utils.h

Include

#include "Utils.h"

Syntax

template<class T>
T * ImportObject
(
    UObject * Outer,
    FName Name,
    EObjectFlags Flags,
    const TCHAR * Filename,
    UObject * Context,
    UFactory * Factory,
    const TCHAR * Parms,
    FFeedbackContext * Warn
)

Remarks

Import an object using a UFactory.

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