TNetworkSimAuxBuffer

Sparse buffer: each element has explicit Frame value.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionBuffer.h

Include

#include "NetworkPredictionBuffer.h"

Syntax

template<typename ElementType>
struct TNetworkSimAuxBuffer

Remarks

Sparse buffer: each element has explicit Frame value.

Constructors

Name Description

Public function

TNetworkSimAuxBuffer

(
    int32 Capacity
)

Functions

Name Description

Public function

TNetSimLazyW...

 

LazyWriter

(
    int32 Frame
)

Public function

void

 

Resize

(
    int32 NewSize
)

Resizes while preserving contents from head position.

Public function

ElementType ...

 

WriteAtFrame

(
    int32 Frame
)

Writes a new element at Frame. Copies previous frames contents into new element.

Operators

Name Description

Public function

ElementType ...

 

operator[]

(
    int32 Frame
)

Public function Const

const Elemen...

 

operator[]

(
    int32 Frame
)

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