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