Navigation
API > API/Plugins > API/Plugins/HarmonixMidi
Pulse Bars are groupings of beats where the first beat in the group has been marked up as a 'Downbeat' type.
| Name | FPulseBar |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMidi/Public/HarmonixMidi/BeatMap.h |
| Include Path | #include "HarmonixMidi/BeatMap.h" |
Syntax
USTRUCT ()
struct FPulseBar
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPulseBar () |
HarmonixMidi/BeatMap.h | ||
FPulseBar
(
int32 InStartTick, |
HarmonixMidi/BeatMap.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FirstIncludedBeatIndex | int32 | HarmonixMidi/BeatMap.h | ||
| LastIncludedBeatIndex | int32 | HarmonixMidi/BeatMap.h | ||
| LengthTicks | int32 | HarmonixMidi/BeatMap.h | ||
| StartTick | int32 | HarmonixMidi/BeatMap.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FPulseBar& Other |
HarmonixMidi/BeatMap.h |