Enum ERadialImpulseFalloff Path C++ Link /Script/PhysicsCore.ERadialImpulseFalloff underlying uint8 /Script/PhysicsCore Values 3 NameValueHex RIF_Constant00x00RIF_Linear10x01RIF_MAX20x02 Used by 3types with a member, parameter or interface of this type UPhysicsObjectBlueprintLibraryUPrimitiveComponentURadialForceComponent // /Script/PhysicsCore.ERadialImpulseFalloff enum class ERadialImpulseFalloff : uint8 { RIF_Constant = 0, RIF_Linear = 1, RIF_MAX = 2, };