UExporter::ExportText

Export object to text

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h

Include

#include "Exporters/Exporter.h"

Syntax

virtual bool ExportText
(
    const class FExportObjectInnerContext * Context,
    UObject * Object,
    const TCHAR * Type,
    FOutputDevice & Ar,
    FFeedbackContext * Warn,
    uint32 PortFlags
)

Remarks

Export object to text

Returns

False

Parameters

Parameter

Description

Context

Context from which the set of 'inner' objects is extracted. If NULL, an object iterator will be used.

Object

the object to export

Type

filetype

Ar

the archive to output the subobject definitions to

Warn

Modal warning messages

PortFlags

Flags controlling export 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