Navigation
API > API/Plugins > API/Plugins/NetworkPredictionExtras
Inheritance Hierarchy
- FFlyingMovementSyncState
- FMockAbilitySyncState
References
| Module | NetworkPredictionExtras |
| Header | /Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/FlyingMovementSimulation.h |
| Include | #include "FlyingMovementSimulation.h" |
Syntax
struct FFlyingMovementSyncState
Remarks
State we are evolving frame to frame and keeping in sync.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Location | ||
| FRotator | Rotation | ||
| FVector | Velocity |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Interpolate
(
const FFlyingMovementSyncState* From, |
||
| void | NetSerialize
(
const FNetSerializeParams& P |
||
| bool | ShouldReconcile
(
const FFlyingMovementSyncState& AuthorityState |
||
| void | ToString
(
FAnsiStringBuilderBase& Out |