![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ObjectResource.h>
Public Member Functions | |
| FObjectTextExport (FObjectExport &InExport, UObject *InOuter) | |
Public Attributes | |
| FObjectExport & | Export |
| UObject * | Outer |
| FString | ClassName |
| FString | SuperStructName |
| FString | OuterName |
Friends | |
| COREUOBJECT_API void | operator<< (FStructuredArchive::FSlot Slot, FObjectTextExport &E) |
Simple wrapper around a FObjectExport which does the text asset specific serialization of export data
|
inline |
Constructor
|
friend |
Serializer
| FString FObjectTextExport::ClassName |
String full object path for this export's class
| FObjectExport& FObjectTextExport::Export |
The export object that we are wrapping
| UObject* FObjectTextExport::Outer |
The outer that this export lives inside
| FString FObjectTextExport::OuterName |
String full object path for this export's outer, if applicable (i.e. if it's not the package itself)
| FString FObjectTextExport::SuperStructName |
String full object path for this export's superstruct, if applicable