Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
References
Module | NetworkPrediction |
Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionCues.h |
Include | #include "NetworkPredictionCues.h" |
Syntax
template<typename TCueHandler>
class TCueDispatchTable
Remarks
Per-Receiver dispatch table. This is how we go from a serialized ID to a function call
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | ||
![]() ![]() |
TCueDispatchTable< TCueHandler > & | Get () |
|
![]() |
void | RegisterType () |
All types that the receiver can handle must be registered here. This is where we create the TFunction to call ::HandleCue. |
![]() |
void | Reset () |
Constants
Name | Description |
---|---|
Singleton |