USynthComponentMoto::GetRPMRange

Retrieves RPM range of the moto synth, taking into account the acceleration and deceleration sources.

Windows
MacOS
Linux

References

Module

MotoSynth

Header

/Engine/Plugins/Experimental/MotoSynth/Source/MotoSynth/Classes/SynthComponents/SynthComponentMoto.h

Include

#include "SynthComponents/SynthComponentMoto.h"

Source

/Engine/Plugins/Experimental/MotoSynth/Source/MotoSynth/Private/SynthComponentMoto.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="MotoSynth")
void GetRPMRange
(
    float & OutMinRPM,
    float & OutMaxRPM
)

Remarks

Retrieves RPM range of the moto synth, taking into account the acceleration and deceleration sources. The min RPM is the largest of the min RPms of either and the max RPM is min of the max RPMs of either.

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