UPlaneFalloff

PlaneFalloff

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

FieldSystemEngine

Header

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

Include

#include "Field/FieldSystemObjects.h"

Syntax

class UPlaneFalloff : public UFieldNodeFloat

Remarks

PlaneFalloff

Variables

Name Description

Public variable

float

 

Default

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

Public variable

float

 

Distance

Distance limit for the plane falloff field

Public variable

TEnumAsByte< EF...

 

Falloff

Type of falloff function used to model the evolution of the field from the plane surface to the distance isosurface

Public variable

float

 

Magnitude

Magnitude of the plane falloff field

Public variable

float

 

MaxRange

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

Public variable

float

 

MinRange

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

Public variable

FVector

 

Normal

Plane normal of the plane falloff field

Public variable

FVector

 

Position

Plane position of the plane falloff field

Constructors

Name Description

Public function

UPlaneFalloff()

Destructors

Name Description

Public function Virtual

~UPlaneFalloff()

Functions

Name Description

Public function

UPlaneFallof...

 

SetPlaneFalloff

(
    float Magnitude,
    float MinRange,
    float MaxRange,
    float Default,
    float Distance,
    FVector Position,
    FVector Normal,
    EFieldFalloffType Falloff
)

Plane scalar field that will be defined only within a distance from a plane

Overridden from UFieldNodeBase

Name Description

Public function Virtual Const

FFieldNodeBa...

 

NewEvaluationGraph

(
    TArray< const UFieldNodeBase* ...
)

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