FObjectTextExport

Simple wrapper around a [FObjectExport](API\Runtime\CoreUObject\UObject\FObjectExport) which does the text asset specific serialization of export data

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectResource.h

Include

#include "UObject/ObjectResource.h"

Syntax

struct FObjectTextExport

Remarks

Simple wrapper around a FObjectExport which does the text asset specific serialization of export data

Variables

Name Description

Public variable

FString

 

ClassName

String full object path for this export's class

Public variable

FObjectExport &

 

Export

The export object that we are wrapping

Public variable

UObject *

 

Outer

The outer that this export lives inside

Public variable

FString

 

OuterName

String full object path for this export's outer, if applicable (i.e. if it's not the package itself)

Public variable

FString

 

SuperStructName

String full object path for this export's superstruct, if applicable

Constructors

Name Description

Public function

FObjectTextExport

(
    FObjectExport& InExport,
    UObject* InOuter
)

Constructor

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