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
class FGlobalCueTypeTable
Remarks
GlobalCueTypeTable: Cue types register with this to get a Type ID assigned (TCue::ID). That ID is used in net serialization to talk about types. -Assigns deterministic ID to TCue::ID for all cue types -Provides allocation function to instantiate TCue from a NetSerialize ID
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FNetSimCueWrapperBase * | Allocate
(
FNetSimCueTypeId ID |
|
![]() |
void | ||
![]() ![]() |
FGlobalCueTypeTable & | Get () |
Runtime functions |
![]() ![]() |
FString | GetTypeName
(
FNetSimCueTypeId ID |
|
![]() ![]() |
bool | ||
![]() ![]() |
void | RegisterCueType
(
const FString& TypeName |
Type Registration functions: called at startup, module load/unload. Not during runtime. |
![]() ![]() |
FDelegateHandle | RegisterDispatchTableCallback
(
const TFunction< void()>& RegisterFunc |
|
![]() ![]() |
void | ||
![]() ![]() |
void | UnregisterDispatchTableCallback
(
FDelegateHandle Handle |
Constants
Name | Description |
---|---|
Singleton |