Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FCharacterDefaultInputs
Description
Decays contained data during resimulation if data is forward predicted. For more information, see the comments on FNetworkPhysicsData::DecayData.
Virtual Inheritance
- FMoverDataStructBase::Decay → FCharacterDefaultInputs::Decay
| Name | Decay |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverDataModelTypes.h |
| Include Path | #include "MoverDataModelTypes.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverDataModelTypes.cpp |
virtual void Decay
(
float DecayAmount
)
Parameters
| Name | Remarks |
|---|---|
| DecayAmount | = Total amount of decay as a multiplier. 10% decay = 0.1. Override for: Types that compose INPUT data for physics-based movement |