Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionCues.h |
Include |
#include "NetworkPredictionCues.h" |
struct FNetSimCueSystemParamemters
System parameters for NetSimCue events
Name | Description | ||
---|---|---|---|
|
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). |
|
|
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. |