Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/TNetworkPredictionBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TNetworkPredictionBuffer
(
int32 Capacity |
NetworkPredictionBuffer.h | ||
TNetworkPredictionBuffer
(
const TNetworkPredictionBuffer< ElementType, SingleElement >&& Other |
NetworkPredictionBuffer.h |
TNetworkPredictionBuffer(int32)
| Name | TNetworkPredictionBuffer |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionBuffer.h |
| Include Path | #include "NetworkPredictionBuffer.h" |
TNetworkPredictionBuffer
(
int32 Capacity
)
TNetworkPredictionBuffer(const TNetworkPredictionBuffer< ElementType, SingleElement > &&)
| Name | TNetworkPredictionBuffer |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionBuffer.h |
| Include Path | #include "NetworkPredictionBuffer.h" |
TNetworkPredictionBuffer
(
const TNetworkPredictionBuffer < ElementType, SingleElement > && Other
)