Navigation
API > API/Runtime > API/Runtime/FieldSystemEngine > API/Runtime/FieldSystemEngine/Field
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- UFieldNodeBase
- UFieldNodeVector
- URandomVector
References
| Module | FieldSystemEngine |
| Header | /Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Public/Field/FieldSystemObjects.h |
| Include | #include "Field/FieldSystemObjects.h" |
Syntax
class URandomVector : public UFieldNodeVector
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Magnitude | Magnitude of the random vector field |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| URandomVector * | SetRandomVector
(
float Magnitude |
Set a random vector value independently of the sample position. |
Overridden from UFieldNodeBase
| Type | Name | Description | |
|---|---|---|---|
| FFieldNodeBase * | NewEvaluationGraph
(
TArray< const UFieldNodeBase* >& Nodes |