Navigation
API > API/Plugins > API/Plugins/MotoSynth > API/Plugins/MotoSynth/USynthComponentMoto
Description
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.
| Name | GetRPMRange |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MotoSynth/Source/MotoSynth/Classes/SynthComponents/SynthComponentMoto.h |
| Include Path | #include "SynthComponents/SynthComponentMoto.h" |
| Source | /Engine/Plugins/Experimental/MotoSynth/Source/MotoSynth/Private/SynthComponentMoto.cpp |
UFUNCTION (BlueprintCallable, Category="MotoSynth")
void GetRPMRange
(
float & OutMinRPM,
float & OutMaxRPM
)