Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneManagement.h |
| Include | #include "SceneManagement.h" |
Syntax
class FWindData
Remarks
Calculated wind data with support for accumulating other weighted wind data
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Direction | ||
| float | MaxGustAmt | ||
| float | MinGustAmt | ||
| float | Speed |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWindData () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddWeighted
(
const FWindData& InWindData, |
||
| void | NormalizeByTotalWeight
(
float TotalWeight |
||
| void |