UFactory::FactoryCreateText

Create a new object by importing it from a text buffer.

Windows
MacOS
Linux

Override Hierarchy

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Factories/Factory.h

Include

#include "Factories/Factory.h"

Syntax

virtual UObject * FactoryCreateText
(
    UClass * InClass,
    UObject * InParent,
    FName InName,
    EObjectFlags Flags,
    UObject * Context,
    const TCHAR * Type,
    const TCHAR *& Buffer,
    const TCHAR * BufferEnd,
    FFeedbackContext * Warn
)

Remarks

Create a new object by importing it from a text buffer.

Returns

The new object.

Parameters

Parameter

Description

InClass

InParent

InName

Flags

Context

Type

(must not be nullptr, i.e. TEXT("TGA"))

Buffer

BufferEnd

Warn

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