Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectThreadContext.h |
Include |
#include "UObject/UObjectThreadContext.h" |
struct FUObjectSerializeContext
Structure that holds the current serialization state of UObjects
Name | Description | ||
---|---|---|---|
|
SerializedExportIndex |
The most recently used export Index for serialization by CreateExport() |
|
|
FLinkerLoad ... |
SerializedExportLinker |
Points to the most recently used Linker for serialization by CreateExport() |
|
SerializedImportIndex |
The main Import Index currently being used for serialization by CreateImports() (Defined in Linker.cpp) |
|
|
FLinkerLoad ... |
SerializedImportLinker |
Points to the main Linker currently being used for serialization by CreateImports() (Defined in Linker.cpp) |
|
UObject * |
SerializedObject |
Points to the main UObject currently being serialized |
|
FLinkerLoad ... |
SerializedPackageLinker |
Points to the main PackageLinker currently being serialized (Defined in Linker.cpp) |
No constructors are accessible with public or protected access.
No destructors are accessible with public or protected access.