Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
Helper struct to encapsulate optional, delayed writing of new element to TNetworkSimAuxBuffer buffer.
| Name | TNetSimLazyWriterFunc |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionBuffer.h |
| Include Path | #include "NetworkPredictionBuffer.h" |
Syntax
template<typename ElementType>
struct TNetSimLazyWriterFunc
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TNetSimLazyWriterFunc
(
void* Data |
Hack. | NetworkPredictionBuffer.h | |
TNetSimLazyWriterFunc
(
TBuffer& Buffer, |
NetworkPredictionBuffer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GetFunc | TFunction< void *()> | NetworkPredictionBuffer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType * Get() |
NetworkPredictionBuffer.h |