FGlobalCueTypeTable

GlobalCueTypeTable: Cue types register with this to get a Type ID assigned (TCue::ID).

Windows
MacOS
Linux

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

Name Description

Public function

FNetSimCueWr...

 

Allocate

(
    FNetSimCueTypeId ID
)

Public function

void

 

FinalizeCueTypes()

Public function Static

FGlobalCueTy...

 

Get()

Runtime functions

Public function Const

FString

 

GetTypeName

(
    FNetSimCueTypeId ID
)

Public function Static

bool

 

IsRegisterationTypeInfoDirty()

Public function Static

void

 

RegisterCueType

(
    const FString& TypeName
)

Type Registration functions: called at startup, module load/unload. Not during runtime.

Public function Static

FDelegateHan...

 

RegisterDispatchTableCallback

(
    const TFunction< void()>& Register...
)

Public function Static

void

 

UnregisterCueType()

Public function Static

void

 

UnregisterDispatchTableCallback

(
    FDelegateHandle Handle
)

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