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
class IMockRootMotionSourceMap
Remarks
This is the interface into "things that actually provide root motion".
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | FinalizePose
(
const FMockRootMotionSyncState* Sync, |
Push the Sync state to the AnimInstance this is debatable - the simulation code doesn't need to call this, its really the concern of the driver (UMockRootMotionComponent) and not all potential root motion sources are going to want to set a pose. |
![]() |
FTransform | StepRootMotion
(
const FNetSimTimeStep& TimeStep, |
Advance the root motion state by the given TimeStep. |