Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound
| Name | UMidiEventInfoBlueprintLibrary |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/DataTypes/MidiEventInfo.h |
| Include Path | #include "HarmonixMetasound/DataTypes/MidiEventInfo.h" |
Syntax
UCLASS ()
class UMidiEventInfoBlueprintLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UMidiEventInfoBlueprintLibrary
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetChannel
(
const FMidiEventInfo& Event |
HarmonixMetasound/DataTypes/MidiEventInfo.h |
|
|
static FMidiEventInfo GetMidiEventInfo
(
const FMetaSoundOutput& Output, |
HarmonixMetasound/DataTypes/MidiEventInfo.h |
|
|
static int32 GetNoteNumber
(
const FMidiEventInfo& Event |
HarmonixMetasound/DataTypes/MidiEventInfo.h |
|
|
static int32 GetVelocity
(
const FMidiEventInfo& Event |
HarmonixMetasound/DataTypes/MidiEventInfo.h |
|
|
static bool IsMidiEventInfo
(
const FMetaSoundOutput& Output |
HarmonixMetasound/DataTypes/MidiEventInfo.h |
|
|
static bool IsNote
(
const FMidiEventInfo& Event |
HarmonixMetasound/DataTypes/MidiEventInfo.h |
|
|
static bool IsNoteOff
(
const FMidiEventInfo& Event |
HarmonixMetasound/DataTypes/MidiEventInfo.h |
|
|
static bool IsNoteOn
(
const FMidiEventInfo& Event |
HarmonixMetasound/DataTypes/MidiEventInfo.h |
|