Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UExporter
Description
Allows the Exporter to export any extra information it would like about each instanced object. This occurs immediately after the component is exported.
| Name | ExportComponentExtra |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h |
| Include Path | #include "Exporters/Exporter.h" |
virtual void ExportComponentExtra
(
const FExportObjectInnerContext * Context,
const TArray < UActorComponent * > & Components,
FOutputDevice & Ar,
uint32 PortFlags
)
Parameters
| Name | Remarks |
|---|---|
| Component | the instanced object being exported. |
| Ar | the archive to output the subobject definitions to. |
| PortFlags | the flags that were passed into the call to ExportText |