Navigation
API > API/Plugins > API/Plugins/MoverExamples > API/Plugins/MoverExamples/MovementBases > API/Plugins/MoverExamples/MovementBases/FFollowPathState
- FMoverDataStructBase::Interpolate()
- FFollowPathState::Interpolate()
References
| Module | MoverExamples |
| Header | /Engine/Plugins/Experimental/MoverExamples/Source/MoverExamples/Public/MovementBases/FollowPathMode.h |
| Include | #include "MovementBases/FollowPathMode.h" |
virtual void Interpolate
(
const FMoverDataStructBase & From,
const FMoverDataStructBase & To,
float Pct
)
Remarks
Interpolates contained data between a starting and ending block. MUST be override by types that compose STATE data (sync or aux). From and To are guaranteed to be the same concrete type as 'this'.