TNetSimLazyWriter

Reference version of LazyWriter. This is what gets passed through chains of ::SimulationTick calls. This is to avoid copying the [TFunction](API\Runtime\Core\GenericPlatform\TFunction) in [TNetSimLazyWriterFunc](API\Plugins\NetworkPrediction\TNetSimLazyWriterFunc) around.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkedSimulationModelBuffer.h"

Syntax

template<typename ElementType>
struct TNetSimLazyWriter

Remarks

Reference version of LazyWriter. This is what gets passed through chains of ::SimulationTick calls. This is to avoid copying the TFunction in TNetSimLazyWriterFunc around.

Variables

Name Description

Public variable

TFunctionRef< v...

 

GetFunc

Constructors

Name Description

Public function

TNetSimLazyWriter

(
    const TLazyWriter& Parent
)

Functions

Name Description

Public function Const

ElementType ...

 

Get()

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