ERadialImpulseFalloff

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

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss