Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ReplayTypes.h |
| Include | #include "ReplayTypes.h" |
Syntax
class FScopedStoreArchiveOffset
Remarks
Helps track Offsets in an Archive before the actual size of the offset is known. This relies on serialization always used a fixed number of bytes for primitive types, and Sane implementations of Seek and Tell.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScopedStoreArchiveOffset
(
FArchive& InAr |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| FScopedStoreArchiveOffset & | operator=
(
const FScopedStoreArchiveOffset& |
||
| FScopedStoreArchiveOffset & |