UExporter::EmitBeginObject

Emits the starting line for a subobject definition.

Windows
MacOS
Linux

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

Syntax

void EmitBeginObject
(
    FOutputDevice & Ar,
    UObject * Obj,
    uint32 PortFlags
)

Remarks

Emits the starting line for a subobject definition.

Parameters

Parameter

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

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