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 void ExportComponentExtra
(
const FExportObjectInnerContext * Context,
const TArray < UActorComponent * > & Components,
FOutputDevice & Ar,
uint32 PortFlags
)
Remarks
Allows the Exporter to export any extra information it would like about each instanced object. This occurs immediately after the component is exported.
Parameters
| Name | Description |
|---|---|
| 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 |