Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
Callbacks
| Name | FNetSimCueCallbacks |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionCues.h |
| Include Path | #include "NetworkPredictionCues.h" |
Syntax
struct FNetSimCueCallbacks
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnRollback | TMulticastDelegate_NoParams< void > | Callback to rollback any side effects of the cue. | NetworkPredictionCues.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnRollback | FOnRollback | NetworkPredictionCues.h |