Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Exporters > API/Runtime/Engine/Exporters/UExporter
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h |
| Include | #include "Exporters/Exporter.h" |
virtual bool ExportText
(
const class FExportObjectInnerContext * Context,
UObject * Object,
const TCHAR * Type,
FOutputDevice & Ar,
FFeedbackContext * Warn,
uint32 PortFlags
)
Remarks
Export object to text False
Parameters
| Name | 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 |