Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UPackage
Description
Serializer
Serializer Save the value of bDirty into the transaction buffer, so that undo/redo will also mark/unmark the package as dirty, accordingly
Virtual Inheritance
- UObject::Serialize → UPackage::Serialize
| Name | Serialize |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Package.h |
| Include Path | #include "UObject/Package.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Package.cpp |
virtual void Serialize
(
FArchive & Ar
)