Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FArchive::FScopeSeekTo Class Reference

#include <Archive.h>

+ Collaboration diagram for FArchive::FScopeSeekTo:

Public Member Functions

 FScopeSeekTo (FArchive &InAr, int64 InPos)
 
 ~FScopeSeekTo ()
 
 FScopeSeekTo (const FScopeSeekTo &)=delete
 
FScopeSeekTooperator= (const FScopeSeekTo &)=delete
 

Private Attributes

FArchiveAr
 
int64 SavedPos
 

Detailed Description

Seeks to and restores the position of an archive.

Definition at line 2180 of file Archive.h.

Constructor & Destructor Documentation

◆ FScopeSeekTo() [1/2]

FArchive::FScopeSeekTo::FScopeSeekTo ( FArchive & InAr,
int64 InPos )
inline

Definition at line 2183 of file Archive.h.

+ Here is the call graph for this function:

◆ ~FScopeSeekTo()

FArchive::FScopeSeekTo::~FScopeSeekTo ( )
inline

Definition at line 2190 of file Archive.h.

+ Here is the call graph for this function:

◆ FScopeSeekTo() [2/2]

FArchive::FScopeSeekTo::FScopeSeekTo ( const FScopeSeekTo & )
delete

Member Function Documentation

◆ operator=()

FScopeSeekTo & FArchive::FScopeSeekTo::operator= ( const FScopeSeekTo & )
delete

Member Data Documentation

◆ Ar

FArchive& FArchive::FScopeSeekTo::Ar
private

Definition at line 2199 of file Archive.h.

◆ SavedPos

int64 FArchive::FScopeSeekTo::SavedPos
private

Definition at line 2200 of file Archive.h.


The documentation for this class was generated from the following file: