Navigation
API > API/Runtime > API/Runtime/FieldSystemEngine
PlaneFalloff
| Name | UPlaneFalloff |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Public/Field/FieldSystemObjects.h |
| Include Path | #include "Field/FieldSystemObjects.h" |
Syntax
UCLASS (ClassGroup="Field",
Meta=(BlueprintSpawnableComponent, ToolTip="Plane scalar field that will be defined only within a distance from a plane"),
ShowCategories=("Field"), MinimalAPI)
class UPlaneFalloff : public UFieldNodeFloat
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → UFieldNodeBase → UFieldNodeFloat → UPlaneFalloff
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPlaneFalloff() |
Field/FieldSystemObjects.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UPlaneFalloff() |
Field/FieldSystemObjects.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Default | float | The field value will be set to Default if the sample distance from the plane is higher than the distance | Field/FieldSystemObjects.h |
|
| Distance | float | Distance limit for the plane falloff field | Field/FieldSystemObjects.h |
|
| Falloff | TEnumAsByte< EFieldFalloffType > | Type of falloff function used to model the evolution of the field from the plane surface to the distance isosurface | Field/FieldSystemObjects.h |
|
| Magnitude | float | Magnitude of the plane falloff field | Field/FieldSystemObjects.h |
|
| MaxRange | float | The initial function value between 0 and 1 will be scaled between MinRange and MaxRange before being multiplied by magnitude | Field/FieldSystemObjects.h |
|
| MinRange | float | The initial function value between 0 and 1 will be scaled between MinRange and MaxRange before being multiplied by magnitude | Field/FieldSystemObjects.h |
|
| Normal | FVector | Plane normal of the plane falloff field | Field/FieldSystemObjects.h |
|
| Position | FVector | Plane position of the plane falloff field | Field/FieldSystemObjects.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPlaneFalloff * SetPlaneFalloff
(
float Magnitude, |
Plane scalar field that will be defined only within a distance from a plane | Field/FieldSystemObjects.h |
|
Overridden from UFieldNodeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FFieldNodeBase * NewEvaluationGraph
(
TArray< const UFieldNodeBase* >& Nodes |
Field/FieldSystemObjects.h |