FHttpStreamFArchive::Seek

Attempts to set the current offset into backing data storage, this will do nothing if there is no storage.

Windows
MacOS
Linux

Override Hierarchy

FArchive::Seek()

FHttpStreamFArchive::Seek()

References

Module

HttpNetworkReplayStreaming

Header

/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Public/HttpNetworkReplayStreaming.h

Include

#include "HttpNetworkReplayStreaming.h"

Source

/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Private/HttpNetworkReplayStreaming.cpp

Syntax

virtual void Seek
(
    int64 InPos
)

Remarks

Attempts to set the current offset into backing data storage, this will do nothing if there is no storage.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss