ULevelExporterT3D::ExportComponentExtra

Allows the Exporter to export any extra information it would like about each instanced object.

Windows
MacOS
Linux

Override Hierarchy

UExporter::ExportComponentExtra()

ULevelExporterT3D::ExportComponentExtra()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterT3D.h

Include

#include "Exporters/LevelExporterT3D.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorExporters.cpp

Syntax

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

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss