TCueDispatchTable

Per-Receiver dispatch table. This is how we go from a serialized ID to a function call

Windows
MacOS
Linux

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

Name Description

Public function

void

 

Dispatch

(
    FSavedCue& SavedCue,
    TCueHandler& Handler,
    const int32& TimeSinceInvocation
)

Public function Static

TCueDispatch...

 

Get()

Public function

void

 

RegisterType()

All types that the receiver can handle must be registered here. This is where we create the TFunction to call ::HandleCue.

Public function

void

 

Reset()

Constants

Name

Description

Singleton

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