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
struct FNetSimCueSystemParamemters
Remarks
System parameters for NetSimCue events
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FNetSimCueCallbacks * | 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. |