UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FObjectTextExport Struct Reference

#include <ObjectResource.h>

Public Member Functions

 FObjectTextExport (FObjectExport &InExport, UObject *InOuter)
 

Public Attributes

FObjectExportExport
 
UObjectOuter
 
FString ClassName
 
FString SuperStructName
 
FString OuterName
 

Friends

COREUOBJECT_API void operator<< (FStructuredArchive::FSlot Slot, FObjectTextExport &E)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FObjectTextExport()

FObjectTextExport::FObjectTextExport ( FObjectExport InExport,
UObject InOuter 
)
inline

Constructor

Friends And Related Symbol Documentation

◆ operator<<

COREUOBJECT_API void operator<< ( FStructuredArchive::FSlot  Slot,
FObjectTextExport E 
)
friend

Serializer

Member Data Documentation

◆ ClassName

FString FObjectTextExport::ClassName

String full object path for this export's class

◆ Export

FObjectExport& FObjectTextExport::Export

The export object that we are wrapping

◆ Outer

UObject* FObjectTextExport::Outer

The outer that this export lives inside

◆ OuterName

FString FObjectTextExport::OuterName

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

◆ SuperStructName

FString FObjectTextExport::SuperStructName

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


The documentation for this struct was generated from the following file: