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

#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 FArchiveoperator<< (FArchive &Ar, FCellExport &E)
 
COREUOBJECT_API void operator<< (FStructuredArchive::FSlot Slot, FCellExport &E)
 

Detailed Description

Represents a VCell contained within this package.

Constructor & Destructor Documentation

◆ FCellExport()

FCellExport::FCellExport ( )

Friends And Related Symbol Documentation

◆ operator<< [1/2]

COREUOBJECT_API FArchive & operator<< ( FArchive Ar,
FCellExport E 
)
friend

◆ operator<< [2/2]

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

Member Data Documentation

◆ Cell

Verse::VCell* FCellExport::Cell

◆ CppClassInfo

FName FCellExport::CppClassInfo

◆ CreateBeforeSerializationDependencies

int32 FCellExport::CreateBeforeSerializationDependencies

◆ FirstExportDependency

int32 FCellExport::FirstExportDependency

◆ SerializationBeforeSerializationDependencies

int32 FCellExport::SerializationBeforeSerializationDependencies

◆ SerialLayoutSize

int64 FCellExport::SerialLayoutSize

Size of the first part of the VCell's data, used to allocate it on load.

◆ SerialOffset

int64 FCellExport::SerialOffset

Offset into the FLinker's underlying archive of the VCell's data.

◆ SerialSize

int64 FCellExport::SerialSize

Full size of the VCell's data, including both the layout and content.


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