Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UVectorFieldComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/VectorFieldComponent.h |
| Include | #include "Components/VectorFieldComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/VectorField.cpp |
UFUNCTION (BlueprintCallable, Category="Effects|Components|VectorField")
virtual void SetIntensity
(
float NewIntensity
)
Remarks
Set the intensity of the vector field.
Parameters
| Name | Description |
|---|---|
| NewIntensity | The new intensity of the vector field. |