Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveProxy
- FArchiveFromStructuredArchiveImpl
- FArchiveUObjectFromStructuredArchiveImpl
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveUObjectFromStructuredArchive.h |
| Include | #include "Serialization/ArchiveUObjectFromStructuredArchive.h" |
Syntax
class FArchiveUObjectFromStructuredArchiveImpl : public FArchiveFromStructuredArchiveImpl
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FArchive
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | PushFileRegionType
(
EFileRegionType Type |
Called whilst cooking to provide file region hints to the cooker. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
FLazyObjectPtr& Value |
Serializes a lazy object pointer value from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPtr& Value |
Serializes asset pointer from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPath& Value |
Serializes soft object paths from or into this archive. | |
| FArchive & | operator<<
(
FWeakObjectPtr& Value |
Serializes FWeakObjectPtr value from or into this archive. | |
| FArchive & | operator<<
(
FObjectPtr& Value |
Serializes a wrapped object pointer value from or into this archive. |
Typedefs
| Name | Description |
|---|---|
| Super |