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

#include <ObjectResource.h>

+ Inheritance diagram for FCellImport:

Public Member Functions

COREUOBJECT_API FCellImport ()
 
 FCellImport (Verse::VCell *InCell)
 

Public Attributes

FPackageIndex PackageIndex
 
Verse::VCell * Cell
 
- Public Attributes inherited from FCellResource
FUtf8String VersePath
 

Friends

COREUOBJECT_API FArchiveoperator<< (FArchive &Ar, FCellImport &I)
 
COREUOBJECT_API void operator<< (FStructuredArchive::FSlot Slot, FCellImport &I)
 

Detailed Description

Represents a VCell referenced by this package, but stored in another package.

Constructor & Destructor Documentation

◆ FCellImport() [1/2]

FCellImport::FCellImport ( )

◆ FCellImport() [2/2]

FCellImport::FCellImport ( Verse::VCell *  InCell)

Friends And Related Symbol Documentation

◆ operator<< [1/2]

COREUOBJECT_API FArchive & operator<< ( FArchive Ar,
FCellImport I 
)
friend

◆ operator<< [2/2]

COREUOBJECT_API void operator<< ( FStructuredArchive::FSlot  Slot,
FCellImport I 
)
friend

Member Data Documentation

◆ Cell

Verse::VCell* FCellImport::Cell

◆ PackageIndex

FPackageIndex FCellImport::PackageIndex

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