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 EmitBeginObject
(
FOutputDevice & Ar,
UObject * Obj,
uint32 PortFlags
)
Remarks
Emits the starting line for a subobject definition.
Parameters
| Name | Description |
|---|---|
| Ar | the archive to output the text to |
| Obj | the object to emit the subobject block for |
| PortFlags | the flags that were passed into the call to ExportText |