FSceneInterface::GetWindParameters

Accesses wind parameters. XYZ will contain wind direction * Strength, W contains wind speed.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneInterface.h

Include

#include "SceneInterface.h"

Syntax

void GetWindParameters
(
    const FVector & Position,
    FVector & OutDirection,
    float & OutSpeed,
    float & OutMinGustAmt,
    float & OutMaxGustAmt
) const

Remarks

Accesses wind parameters. XYZ will contain wind direction * Strength, W contains wind speed.

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