Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound
| Name | FMusicTempometerMPCParameterNames |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/Utils/MusicTempometerUtilities.h |
| Include Path | #include "HarmonixMetasound/Utils/MusicTempometerUtilities.h" |
Syntax
USTRUCT (BlueprintType )
struct FMusicTempometerMPCParameterNames
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BarProgressParameterName | FName | Progress of the current bar [0, 1]. This is the same as the fractional part of BarsFromCountIn. | HarmonixMetasound/Utils/MusicTempometerUtilities.h |
|
| BarsIncludingCountInParameterName | FName | Bars from the beginning of the music. | HarmonixMetasound/Utils/MusicTempometerUtilities.h |
|
| BeatProgressParameterName | FName | Progress of the current beat [0, 1]. This is the same as the fractional part of BeatsFromCountIn; | HarmonixMetasound/Utils/MusicTempometerUtilities.h |
|
| BeatsIncludingCountInParameterName | FName | Total Beats from the beginning of the music. | HarmonixMetasound/Utils/MusicTempometerUtilities.h |
|
| SecondsFromBarOneParameterName | FName | Seconds from Bar 1 Beat 1 of the music. | HarmonixMetasound/Utils/MusicTempometerUtilities.h |
|
| SecondsIncludingCountInParameterName | FName | Seconds from the beginning of the entire music authoring. | HarmonixMetasound/Utils/MusicTempometerUtilities.h |
|
| TempoParameterName | FName | Current tempo (beats per minute). | HarmonixMetasound/Utils/MusicTempometerUtilities.h |
|
| TimeSignatureDenominatorParameterName | FName | Current time signature denominator (scale from note duration to beat). | HarmonixMetasound/Utils/MusicTempometerUtilities.h |
|
| TimeSignatureNumeratorParameterName | FName | Current time signature numerator (beats per bar). | HarmonixMetasound/Utils/MusicTempometerUtilities.h |
|
| TimestampBarParameterName | FName | This is the bar member of the MusicTimestamp structure which represents a classic "music time" where bar 1 beat 1 is the beginning of the music AFTER count-in and pickups. | HarmonixMetasound/Utils/MusicTempometerUtilities.h |
|
| TimestampBeatInBarParameterName | FName | This is the beat member of the MusicTimestamp structure which represents a classic "music time" where bar 1 beat 1 is the beginning of the music AFTER count-in and pickups. | HarmonixMetasound/Utils/MusicTempometerUtilities.h |
|
| TimestampValidParameterName | FName | 0 or 1, represents whether the rest of the parameters are defaults (0) or the current state of a clock (1). | HarmonixMetasound/Utils/MusicTempometerUtilities.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
HarmonixMetasound/Utils/MusicTempometerUtilities.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FMusicTempometerMPCParameterNames& Other |
HarmonixMetasound/Utils/MusicTempometerUtilities.h | ||
bool operator==
(
const FMusicTempometerMPCParameterNames& Other |
HarmonixMetasound/Utils/MusicTempometerUtilities.h |