Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverDataStructBase
Description
Decays contained data during resimulation if data is forward predicted. For more information, see the comments on FNetworkPhysicsData::DecayData.
Derived Overrides
| Name | Decay |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include Path | #include "MoverTypes.h" |
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 |