Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/VectorField
Inheritance Hierarchy
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/VectorField/VectorField.h |
| Include | #include "VectorField/VectorField.h" |
Syntax
class UVectorField : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | Bounds | Bounds of the volume in local space. | |
| float | Intensity | The intensity with which to multiplie vectors in this field. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UVectorField
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | InitInstance
(
FVectorFieldInstance* Instance, |
Initializes an instance for use with this vector field. |