Navigation
API > API/Plugins > API/Plugins/NetworkPredictionExtras
Inheritance Hierarchy
- FFlyingMovementAuxState
- FMockAbilityAuxState
References
| Module | NetworkPredictionExtras |
| Header | /Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/FlyingMovementSimulation.h |
| Include | #include "FlyingMovementSimulation.h" |
Syntax
struct FFlyingMovementAuxState
Remarks
Auxiliary state that is input into the simulation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Acceleration | ||
| float | Deceleration | ||
| float | MaxSpeed | ||
| float | TurningBoost |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Interpolate
(
const FFlyingMovementAuxState* From, |
||
| void | NetSerialize
(
const FNetSerializeParams& P |
||
| bool | ShouldReconcile
(
const FFlyingMovementAuxState& AuthorityState |
||
| void | ToString
(
FAnsiStringBuilderBase& Out |