![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WindSourceSceneProxy.h>
Public Member Functions | |
| FWindData () | |
| ENGINE_API void | PrepareForAccumulate () |
| ENGINE_API void | AddWeighted (const FWindData &InWindData, float Weight) |
| ENGINE_API void | NormalizeByTotalWeight (float TotalWeight) |
Public Attributes | |
| float | Speed |
| float | MinGustAmt |
| float | MaxGustAmt |
| FVector | Direction |
Calculated wind data with support for accumulating other weighted wind data
|
inline |
| void FWindData::PrepareForAccumulate | ( | ) |
| FVector FWindData::Direction |
| float FWindData::MaxGustAmt |
| float FWindData::MinGustAmt |
| float FWindData::Speed |