TNetworkSimBufferIterator

Generic iterator for iterating over each frame from tail to head.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkedSimulationModelBuffer.h"

Syntax

template<typename TBuffer, typename ElementType>
struct TNetworkSimBufferIterator

Remarks

Generic iterator for iterating over each frame from tail to head.

Constructors

Name Description

Public function

TNetworkSimBufferIterator

(
    TBuffer& InBuffer
)

Functions

Name Description

Public function Const

ElementType ...

 

Element()

Public function Const

int32

 

Frame()

Operators

Name Description

Public function

 

operator bool()

Public function

void

 

operator++()

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