Navigation
API > API/Runtime > API/Runtime/FieldSystemEngine > API/Runtime/FieldSystemEngine/Field
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- UFieldNodeBase
- UOperatorField
References
| Module | FieldSystemEngine |
| Header | /Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Public/Field/FieldSystemObjects.h |
| Include | #include "Field/FieldSystemObjects.h" |
Syntax
class UOperatorField : public UFieldNodeBase
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UFieldNodeBase > | LeftField | Left field to be processed | |
| float | Magnitude | Magnitude of the operator field | |
| TEnumAsByte< EFieldOperationType > | Operation | Type of operation you want to perform between the 2 fields | |
| TObjectPtr< const UFieldNodeBase > | RightField | Right field to be processed |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UOperatorField * | SetOperatorField
(
float Magnitude, |
Compute an operation between 2 incoming fields |
Overridden from UFieldNodeBase
| Type | Name | Description | |
|---|---|---|---|
| FFieldNodeBase * | NewEvaluationGraph
(
TArray< const UFieldNodeBase* >& Nodes |
||
| bool | |||
| FFieldNodeBase::EFieldType | Type () |