Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Exporters > API/Runtime/Engine/Exporters/UExporter
- UExporter::ExportComponentExtra()
- ULevelExporterT3D::ExportComponentExtra()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h |
Include | #include "Exporters/Exporter.h" |
virtual void ExportComponentExtra
&40;
const FExportObjectInnerContext &42; Context,
const TArray< UActorComponent &42; > & Components,
FOutputDevice & Ar,
uint32 PortFlags
&41;
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 |