Navigation
API > API/Runtime > API/Runtime/FieldSystemEngine > API/Runtime/FieldSystemEngine/Field
Inheritance Hierarchy
References
| Module | FieldSystemEngine |
| Header | /Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Public/Field/FieldSystemObjects.h |
| Include | #include "Field/FieldSystemObjects.h" |
Syntax
class UToFloatField : public UFieldNodeFloat
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UFieldNodeInt > | IntField | Integer field to be converted to an a scalar one |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UToFloatField * | SetToFloatField
(
const UFieldNodeInt* IntegerField |
Convert an integer field to a float one |
Overridden from UFieldNodeBase
| Type | Name | Description | |
|---|---|---|---|
| FFieldNodeBase * | NewEvaluationGraph
(
TArray< const UFieldNodeBase* >& Nodes |