Navigation
API > API/Runtime > API/Runtime/FieldSystemEngine
RadialVector
| Name | URadialVector |
| 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="Set a radial vector value, the direction being the vector from the sample position to the field one. The output is equal to magnitude * direction"),
ShowCategories=("Field"), MinimalAPI)
class URadialVector : public UFieldNodeVector
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → UFieldNodeBase → UFieldNodeVector → URadialVector
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URadialVector() |
Field/FieldSystemObjects.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~URadialVector() |
Field/FieldSystemObjects.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Magnitude | float | Magnitude of the radial vector field | Field/FieldSystemObjects.h |
|
| Position | FVector | Center position of the radial vector field | Field/FieldSystemObjects.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URadialVector * SetRadialVector
(
float Magnitude, |
Set a radial vector value. | Field/FieldSystemObjects.h |
|
Overridden from UFieldNodeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FFieldNodeBase * NewEvaluationGraph
(
TArray< const UFieldNodeBase* >& Nodes |
Field/FieldSystemObjects.h |