UMIDIDeviceOutputController::StartupDevice

Called from [UMIDIDeviceManager](API\Plugins\MIDIDevice\UMIDIDeviceManager) after the controller is created to get it ready to use.

Windows
MacOS
Linux

Override Hierarchy

UMIDIDeviceControllerBase::StartupDevice()

UMIDIDeviceOutputController::StartupDevice()

References

Module

MIDIDevice

Header

/Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Public/MIDIDeviceOutputController.h

Include

#include "MIDIDeviceOutputController.h"

Source

/Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Private/MIDIDeviceOutputController.cpp

Syntax

virtual void StartupDevice
(
    const int32 InitDeviceID,
    const int32 InitMIDIBufferSize,
    bool & bOutWasSuccessful
)

Remarks

Called from UMIDIDeviceManager after the controller is created to get it ready to use. Don't call this directly.

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