Navigation
API > API/Plugins > API/Plugins/MoverExamples > API/Plugins/MoverExamples/MovementBases > API/Plugins/MoverExamples/MovementBases/FFollowSplineState
- FMoverDataStructBase::Interpolate()
- FFollowSplineState::Interpolate()
References
| Module | MoverExamples |
| Header | /Engine/Plugins/Experimental/MoverExamples/Source/MoverExamples/Public/MovementBases/FollowSplineMode.h |
| Include | #include "MovementBases/FollowSplineMode.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'.