FLocalFileNetworkReplayStreamer::SetTimeBufferHintSeconds

Sets a hint for how much data needs to be kept in memory.

Windows
MacOS
Linux

Override Hierarchy

INetworkReplayStreamer::SetTimeBufferHintSeconds()

FLocalFileNetworkReplayStreamer::SetTimeBufferHintSeconds()

References

Module

LocalFileNetworkReplayStreaming

Header

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

Include

#include "LocalFileNetworkReplayStreaming.h"

Syntax

virtual void SetTimeBufferHintSeconds
(
    const float InTimeBufferHintSeconds
)

Remarks

Sets a hint for how much data needs to be kept in memory. If set to a value greater than zero, a streamer implementation may free any in-memory data that would be required to go to a time before the beginning of the buffer.

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