Navigation
API > API/Runtime > API/Runtime/Core
FBufferArchive and FBufferArchive64 are implemented as derived classes rather than aliases so that forward declarations will work.
| Name | FBufferArchive |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/BufferArchive.h |
| Include Path | #include "Serialization/BufferArchive.h" |
Syntax
class FBufferArchive : public TBufferArchive< 32 >
Inheritance Hierarchy
- FArchiveState → FArchive → FMemoryArchive → TMemoryWriterBase → TBufferArchive → FBufferArchive
- TArray → TBufferArchive → FBufferArchive
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TBufferArchive< 32 > | Serialization/BufferArchive.h |