DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Classes

URadialFalloff

UFieldNodeFloat > UFieldNodeBase > UActorComponent > UObject

RadialFalloff

Member Type Offset Share
Magnitude

Magnitude of the sphere falloff field

float 0xb0
MinRange

The initial function value between 0 and 1 will be scaled between MinRange and MaxRange before being multiplied by magnitude

float 0xb4
MaxRange

The initial function value between 0 and 1 will be scaled between MinRange and MaxRange before being multiplied by magnitude

float 0xb8
Default

The field value will be set to Default if the sample distance from the center is higher than the radius

float 0xbc
Radius

Radius of the sphere falloff field

float 0xc0
Position

Center position of the sphere falloff field

FVector 0xc4
Falloff

Type of falloff function used to model the evolution of the field from the sphere center to the sample position

EFieldFalloffType 0xd0