Navigation
API > API/Runtime > API/Runtime/PhysicsCore
Enum for controlling the falloff of strength of a radial impulse as a function of distance from Origin.
| Name | ERadialImpulseFalloff |
| Type | enum |
| Header File | /Engine/Source/Runtime/PhysicsCore/Public/Chaos/ChaosEngineInterface.h |
| Include Path | #include "Chaos/ChaosEngineInterface.h" |
Syntax
enum ERadialImpulseFalloff
{
RIF_Constant,
RIF_Linear,
RIF_MAX,
}
Values
| Name | Remarks |
|---|---|
| RIF_Constant | Impulse is a constant strength, up to the limit of its range. |
| RIF_Linear | Impulse should get linearly weaker the further from origin. |
| RIF_MAX |