FNetSimCueSystemParamemters

System parameters for NetSimCue events

Choose your operating system:

Windows

macOS

Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionCues.h

Include

#include "NetworkPredictionCues.h"

Syntax

struct FNetSimCueSystemParamemters

Remarks

System parameters for NetSimCue events

Variables

Name Description

Public variable

FNetSimCueCallb...

 

Callbacks

Callback structure if applicable. This will be null on non-rewindable cues as well as execution contexts where rollbacks wont happen (e.g, authority).

Public variable

const int32 &

 

TimeSinceInvocation

How much simulation time has passed since this cue was invoked. This will be 0 in authority/predict contexts, but when invoked via replication this will tell you how long ago it happened, relative to local simulation time.