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" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealExporter.cpp |
void ExportObjectInner
&40;
const class FExportObjectInnerContext &42; Context,
UObject &42; Object,
FOutputDevice & Ar,
uint32 PortFlags
&41;
Remarks
Single entry point to export an object's subobjects, its components, and its properties
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 |
| Ar | OutputDevice to print to |
| PortFlags | Flags controlling export behavior |