![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ObjectResource.h>
Inheritance diagram for FCellExport:Public Member Functions | |
| COREUOBJECT_API | FCellExport () |
Public Attributes | |
| FName | CppClassInfo |
| int64 | SerialOffset |
| int64 | SerialLayoutSize |
| int64 | SerialSize |
| Verse::VCell * | Cell |
| int32 | FirstExportDependency |
| int32 | SerializationBeforeSerializationDependencies |
| int32 | CreateBeforeSerializationDependencies |
Public Attributes inherited from FCellResource | |
| FUtf8String | VersePath |
Friends | |
| COREUOBJECT_API FArchive & | operator<< (FArchive &Ar, FCellExport &E) |
| COREUOBJECT_API void | operator<< (FStructuredArchive::FSlot Slot, FCellExport &E) |
Represents a VCell contained within this package.
| FCellExport::FCellExport | ( | ) |
|
friend |
|
friend |
| Verse::VCell* FCellExport::Cell |
| FName FCellExport::CppClassInfo |
| int32 FCellExport::CreateBeforeSerializationDependencies |
| int32 FCellExport::FirstExportDependency |
| int32 FCellExport::SerializationBeforeSerializationDependencies |
| int64 FCellExport::SerialLayoutSize |
Size of the first part of the VCell's data, used to allocate it on load.
| int64 FCellExport::SerialSize |
Full size of the VCell's data, including both the layout and content.