Navigation
Unreal Engine C++ API Reference > Plugins > MIDIDevice > UMIDIDeviceController
- UMIDIDeviceControllerBase::StartupDevice()
- UMIDIDeviceController::StartupDevice()
References
Module | MIDIDevice |
Header | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Public/MIDIDeviceController.h |
Include | #include "MIDIDeviceController.h" |
Source | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Private/MIDIDeviceController.cpp |
virtual void StartupDevice
&40;
const int32 InitDeviceID,
const int32 InitMIDIBufferSize,
bool & bOutWasSuccessful
&41;
Remarks
Called from UMIDIDeviceManager after the controller is created to get it ready to use. Don't call this directly.