Navigation
API > API/Plugins > API/Plugins/OodleNetworkHandlerComponent > API/Plugins/OodleNetworkHandlerComponent/FOodleNetworkArchiveBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SeekPush () |
Pushes the current archive position onto a stack | OodleNetworkArchives.h | |
void SeekPush
(
int64 SeekPos |
Pushes the current archive position onto a stack, and seeks to a new position | OodleNetworkArchives.h |
SeekPush()
Description
Pushes the current archive position onto a stack
| Name | SeekPush |
| Type | function |
| Header File | /Engine/Plugins/Compression/OodleNetwork/Source/Public/OodleNetworkArchives.h |
| Include Path | #include "OodleNetworkArchives.h" |
void SeekPush()
SeekPush(int64)
Description
Pushes the current archive position onto a stack, and seeks to a new position
| Name | SeekPush |
| Type | function |
| Header File | /Engine/Plugins/Compression/OodleNetwork/Source/Public/OodleNetworkArchives.h |
| Include Path | #include "OodleNetworkArchives.h" |
void SeekPush
(
int64 SeekPos
)
Parameters
| Name | Remarks |
|---|---|
| SeekPos | The position to seek to |