Navigation
API > API/Plugins > API/Plugins/HarmonixMidi
| Name | FMusicTimestamp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMidi/Public/HarmonixMidi/BarMap.h |
| Include Path | #include "HarmonixMidi/BarMap.h" |
Syntax
USTRUCT (BlueprintType )
struct FMusicTimestamp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| HarmonixMidi/BarMap.h | |||
FMusicTimestamp
(
int32 InBar, |
HarmonixMidi/BarMap.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bar | int32 | HarmonixMidi/BarMap.h |
|
|
| Beat | float | HarmonixMidi/BarMap.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
HarmonixMidi/BarMap.h | ||
void Reset() |
HarmonixMidi/BarMap.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FMusicTimestamp& Other |
HarmonixMidi/BarMap.h | ||
bool operator==
(
const FMusicTimestamp& Other |
HarmonixMidi/BarMap.h | ||
bool operator>
(
const FMusicTimestamp& Other |
HarmonixMidi/BarMap.h | ||
bool operator>=
(
const FMusicTimestamp& Other |
HarmonixMidi/BarMap.h |