Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchive
Seeks to and restores the position of an archive.
| Name | FScopeSeekTo |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include Path | #include "Serialization/Archive.h" |
Syntax
class FScopeSeekTo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopeSeekTo
(
const FScopeSeekTo& |
Serialization/Archive.h | ||
FScopeSeekTo
(
FArchive& InAr, |
Serialization/Archive.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FScopeSeekTo() |
Serialization/Archive.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ar | FArchive & | Serialization/Archive.h | ||
| SavedPos | int64 | Serialization/Archive.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopeSeekTo & operator=
(
const FScopeSeekTo& |
Serialization/Archive.h |