Navigation
API > API/Plugins > API/Plugins/MoverExamples > API/Plugins/MoverExamples/CharacterVariants > API/Plugins/MoverExamples/CharacterVariants/Ziplining > API/Plugins/MoverExamples/CharacterVariants/Ziplining/FZipliningState
- FMoverDataStructBase::Interpolate()
- FZipliningState::Interpolate()
References
| Module | MoverExamples |
| Header | /Engine/Plugins/Experimental/MoverExamples/Source/MoverExamples/Public/CharacterVariants/Ziplining/ZipliningMode.h |
| Include | #include "CharacterVariants/Ziplining/ZipliningMode.h" |
| Source | /Engine/Plugins/Experimental/MoverExamples/Source/MoverExamples/Private/CharacterVariants/Ziplining/ZipliningMode.cpp |
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'.