Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/PhysicsCore/Public/Chaos/ChaosEngineInterface.h |
Include |
#include "Chaos/ChaosEngineInterface.h" |
enum ERadialImpulseFalloff
{
RIF_Constant,
RIF_Linear,
RIF_MAX,
}
Name |
Description |
---|---|
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 |
Enum for controlling the falloff of strength of a radial impulse as a function of distance from Origin.