UFieldSystemComponent::ApplyUniformVectorFalloffForce

FalloffUniformForce This function will dispatch a command to the physics thread to apply a linear force in a uniform direction.

Windows
MacOS
Linux

References

Module

FieldSystemEngine

Header

/Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Public/Field/FieldSystemComponent.h

Include

#include "Field/FieldSystemComponent.h"

Source

/Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Private/Field/FieldSystemComponent.cpp

Syntax

void ApplyUniformVectorFalloffForce
(
    bool Enabled,
    FVector Position,
    FVector Direction,
    float Radius,
    float Magnitude
)

Remarks

FalloffUniformForce This function will dispatch a command to the physics thread to apply a linear force in a uniform direction. The force vector is weaker as it moves away from the center.

Parameters

Parameter

Description

Enabled

Is this force enabled for evaluation.

Position

The origin point of the force

Direction

The direction of the linear force

Radius

Radial influence from the position, positions further away are weaker.

Magnitude

The size of the linear force.

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