Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
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
| Type | Name | Description | |
|---|---|---|---|
| FString | ClassName | String full object path for this export's class | |
| FObjectExport & | Export | The export object that we are wrapping | |
| UObject * | Outer | The outer that this export lives inside | |
| FString | OuterName | String full object path for this export's outer, if applicable (i.e. if it's not the package itself) | |
| FString | SuperStructName | String full object path for this export's superstruct, if applicable |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FObjectTextExport
(
FObjectExport& InExport, |
Constructor |