ERadialImpulseFalloff

Enum for controlling the falloff of strength of a radial impulse as a function of distance from Origin.

Choose your operating system:

Windows

macOS

Linux

References

Module

PhysicsCore

Header

/Engine/Source/Runtime/PhysicsCore/Public/Chaos/ChaosEngineInterface.h

Include

#include "Chaos/ChaosEngineInterface.h"

Syntax

enum ERadialImpulseFalloff
{
    RIF_Constant,
    RIF_Linear,
    RIF_MAX,
}

Values

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

Remarks

Enum for controlling the falloff of strength of a radial impulse as a function of distance from Origin.