Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverDataStructBase
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
Derived Overrides
- FCharacterDefaultInputs::Interpolate
- FFloorResultData::Interpolate
- FMovementSettingsInputs::Interpolate
- FMoverAIInputs::Interpolate
- FMoverDefaultSyncState::Interpolate
- FMoverDictionaryData::Interpolate
- FMoverInputContainerDataStruct::Interpolate
- FMoverLaunchInputs::Interpolate
- FMoverUserDefinedDataStruct::Interpolate
- FPathedPhysicsMovementInputs::Interpolate
- FPathedPhysicsMovementState::Interpolate
| Name | Interpolate |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include Path | #include "MoverTypes.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverTypes.cpp |
virtual void Interpolate
(
const FMoverDataStructBase & From,
const FMoverDataStructBase & To,
float Pct
)