Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FProxyInterpolationBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const bool DirectionalDecay
(
Chaos::FVec3 Direction |
EXPERIMENTAL - Decay error based on moved direction and distance | Chaos/Framework/PhysicsProxyBase.h | |
virtual const bool DirectionalDecay
(
Chaos::FVec3 Direction, |
EXPERIMENTAL - Decay error based on moved direction and distance | Chaos/Framework/PhysicsProxyBase.h |
DirectionalDecay(Chaos::FVec3)
Description
EXPERIMENTAL - Decay error based on moved direction and distance
| Name | DirectionalDecay |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsProxyBase.h |
| Include Path | #include "Chaos/Framework/PhysicsProxyBase.h" |
virtual const bool DirectionalDecay
(
Chaos::FVec3 Direction
)
DirectionalDecay(Chaos::FVec3, const float)
Description
EXPERIMENTAL - Decay error based on moved direction and distance
| Name | DirectionalDecay |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsProxyBase.h |
| Include Path | #include "Chaos/Framework/PhysicsProxyBase.h" |
virtual const bool DirectionalDecay
(
Chaos::FVec3 Direction,
const float ErrorDirectionalDecayMultiplier
)
Parameters
| Name | Remarks |
|---|---|
| ErrorDirectionalDecayMultiplier | is a multiplier where 0.25 means a 25% decay along the direction of physics movement that aligns with the error offset direction, parameter gets overridden if there are custom settings for this particle |