Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverDataStructBase
- FMoverDataStructBase::Interpolate()
- FMoverDefaultSyncState::Interpolate()
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include | #include "MoverTypes.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverTypes.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'.