FExportObjectInnerContext

Encapsulates a map from objects to their direct inners, used by [UExporter::ExportObjectInner](API\Runtime\Engine\Exporters\UExporter\ExportObjectInner) when exporting objects.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/UnrealExporter.h

Include

#include "UnrealExporter.h"

Syntax

class FExportObjectInnerContext

Remarks

Encapsulates a map from objects to their direct inners, used by UExporter::ExportObjectInner when exporting objects. Should be recreated before new objects are created within objects that are to be exported!

Typical usage pattern is: const FExportObjectInnerContext Context; foreach( Object in a set of objects) Exporter->ExportObjectInner( Context, Object );

Variables

Name Description

Protected variable

ObjectToInnerMa...

 

ObjectToInnerMap

Constructors

Name Description

Public function

FExportObjectInnerContext()

Creates the map from objects to their direct inners.

Public function

FExportObjectInnerContext

(
    const TArray< UObject* >& Obj...
)

Creates the map from objects to their direct inners.

Public function

FExportObjectInnerContext

(
    const bool bIgnoredValue
)

Empty Constructor for derived export contexts

Functions

Name Description

Public function Const

const TArray...

 

GetObjectInners

(
    UObject* InObj
)

Get the inner list of an object

Typedefs

Name

Description

InnerList

Data structure used to map an object to its inners.

ObjectToInnerMapType

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