FSpeedTreeWind::SetStrength

Sets the desired strength (_fStrength_). The [FSpeedTreeWind::Advance( )](API\Runtime\Engine\FSpeedTreeWind\Advance) function will make the actual strength get there smoothly based on the strength response time.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SpeedTreeWind.h

Include

#include "SpeedTreeWind.h"

Source

/Engine/Source/Runtime/Engine/Private/SpeedTreeWind.cpp

Syntax

ENGINE_API void SetStrength
(
    float fStrength
)

Remarks

Sets the desired strength (fStrength). The FSpeedTreeWind::Advance( ) function will make the actual strength get there smoothly based on the strength response time.

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