Navigation
API > API/Plugins > API/Plugins/HarmonixMidi
A position in a song where the tempo is specified (the rate at which the music plays)
| |
|
| Name |
FTempoInfoPoint |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/Harmonix/Source/HarmonixMidi/Public/HarmonixMidi/TempoMap.h |
| Include Path |
#include "HarmonixMidi/TempoMap.h" |
Syntax
USTRUCT ()
struct FTempoInfoPoint : public FMusicMapTimespanBase
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
HarmonixMidi/TempoMap.h |
|
FTempoInfoPoint
(
float InMs,
int32 InMidiTempo,
int32 InStartTick,
int32 InLengthTicks
)
|
|
HarmonixMidi/TempoMap.h |
|
Structs
Constants
| Name |
Type |
Remarks |
Include Path |
| DefinedAsRegions |
bool |
|
HarmonixMidi/TempoMap.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| MidiTempo |
int32 |
|
HarmonixMidi/TempoMap.h |
|
| Ms |
float |
|
HarmonixMidi/TempoMap.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
HarmonixMidi/TempoMap.h |
|
float GetMsPerQuarterNote()
|
|
HarmonixMidi/TempoMap.h |
|
Operators