Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverDictionaryData
Description
Interpolates contained data between a starting and ending block. From and To are guaranteed to be the same concrete type as 'this'. Override for: All types that compose STATE data (sync or aux) and types that compose INPUT data for physics-based movement
Virtual Inheritance
- FMoverDataStructBase::Interpolate → FMoverDictionaryData::Interpolate
| Name | Interpolate |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/BlueprintDataExt.h |
| Include Path | #include "BlueprintDataExt.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/BlueprintDataExt.cpp |
virtual void Interpolate
(
const FMoverDataStructBase & From,
const FMoverDataStructBase & To,
float Pct
)