Navigation
API > API/Plugins > API/Plugins/NetworkPredictionExtras
References
| Module | NetworkPredictionExtras |
| Header | /Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/MockRootMotionSimulation.h |
| Include | #include "MockRootMotionSimulation.h" |
Syntax
struct FMockRootMotionAuxState
Remarks
The aux state should hold state that does not frequently change. It is otherwise the same as sync state. (note that optimizations for sparse aux storage are not complete yet)
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | EndTimeMS | ||
| TMockRootMotionSourceProxy | Source |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Interpolate
(
const FMockRootMotionAuxState* From, |
||
| void | NetSerialize
(
const FNetSerializeParams& P |
||
| bool | ShouldReconcile
(
const FMockRootMotionAuxState& AuthorityState |
||
| void | ToString
(
FAnsiStringBuilderBase& Out |