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 FSavedCue
Remarks
SavedCue: a recorded Invocation of a NetSimCue
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowRollback | ||
| bool | bDispatched | ||
| bool | bNetConfirmed | ||
| bool | bPendingResimulateRollback | ||
| bool | bResimulates | ||
| FNetSimCueCallbacks | Callbacks | ||
| TUniquePtr< FNetSimCueWrapperBase > | CueInstance | ||
| int32 | Frame | ||
| FNetSimCueTypeId | ID | ||
| ENetSimCueReplicationTarget | ReplicationTarget | ||
| int32 | Time |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSavedCue
(
bool bInNetConfirmed |
|||
FSavedCue
(
const FNetSimCueTypeId& InId, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetDebugName () |
||
| bool | NetIdentical
(
FSavedCue& OtherCue |
Test NetUniqueness against another saved cue. | |
| bool | NetIdentical
(
TCue& OtherCue |
Test NetUniqueness against an actual cue instance. | |
| void | NetSerialize
(
FArchive& Ar, |