FWindData

Calculated wind data with support for accumulating other weighted wind data

Windows
MacOS
Linux

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

Name Description

Public variable

FVector

 

Direction

Public variable

float

 

MaxGustAmt

Public variable

float

 

MinGustAmt

Public variable

float

 

Speed

Constructors

Name Description

Public function

FWindData()

Functions

Name Description

Public function

void

 

AddWeighted

(
    const FWindData& InWindData,
    float Weight
)

Public function

void

 

NormalizeByTotalWeight

(
    float TotalWeight
)

Public function

void

 

PrepareForAccumulate()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss