FMotoSynthEnginePreviewer

[FMotoSynthEnginePreviewer](API\Plugins\MotoSynth\FMotoSynthEnginePreviewer) Class used to render the moto synth audio in the content browser.

Windows
MacOS
Linux

Inheritance Hierarchy

ISubmixBufferListener

FMotoSynthEnginePreviewer

References

Module

MotoSynth

Header

/Engine/Plugins/Experimental/MotoSynth/Source/MotoSynth/Public/MotoSynthPreset.h

Include

#include "MotoSynthPreset.h"

Syntax

class FMotoSynthEnginePreviewer : public ISubmixBufferListener

Remarks

FMotoSynthEnginePreviewer Class used to render the moto synth audio in the content browser. Used to preview the moto synth engine without running PIE.

Constructors

Name Description

Public function

FMotoSynthEnginePreviewer()

Destructors

Name Description

Public function Virtual

~FMotoSynthEnginePreviewer()

Functions

Name Description

Public function

void

 

Reset()

Public function

void

 

SetPreviewRPMCurve

(
    const FRichCurve& InRPMCurve
)

Public function

void

 

SetSettings

(
    const FMotoSynthRuntimeSettings& I...
)

Public function

void

 

StartPreviewing()

Public function

void

 

StopPreviewing()

Overridden from ISubmixBufferListener

Name Description

Public function Virtual

void

 

OnNewSubmixBuffer

(
    const USoundSubmix* OwningSubm...,
    float* AudioData,
    int32 NumSamples,
    int32 NumChannels,
    const int32 InSampleRate,
    double AudioClock
)

ISubmixBufferListener.

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