UWindDirectionalSourceComponent::GetWindParameters

Calculate wind parameters from the data on this component, safe to call on game thread

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/WindDirectionalSourceComponent.h

Include

#include "Components/WindDirectionalSourceComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/WindDirectionalSource.cpp

Syntax

bool GetWindParameters
(
    const FVector & EvaluatePosition,
    FWindData & OutData,
    float & Weight
) const

Remarks

Calculate wind parameters from the data on this component, safe to call on game thread

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