Navigation
API > API/Plugins > API/Plugins/HarmonixMidi
| Name | FSongMapsWithAlternateTempoSource |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMidi/Public/HarmonixMidi/SongMaps.h |
| Include Path | #include "HarmonixMidi/SongMaps.h" |
Syntax
struct FSongMapsWithAlternateTempoSource : public ISongMapEvaluator
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSongMapsWithAlternateTempoSource
(
const TSharedPtr< const ISongMapEvaluator >& SongMaps |
HarmonixMidi/SongMaps.h | ||
FSongMapsWithAlternateTempoSource
(
const TSharedPtr< const ISongMapEvaluator >& SongMapsWithTempo, |
HarmonixMidi/SongMaps.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSongMapsWithAlternateTempoSource() |
HarmonixMidi/SongMaps.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AllMapsHaveOneSource() |
HarmonixMidi/SongMaps.h | ||
const TSharedPtr< const ISongMapEvaluator > & GetSongMapsWithOtherMaps() |
HarmonixMidi/SongMaps.h | ||
const TSharedPtr< const ISongMapEvaluator > & GetSongMapsWithTempoMap() |
HarmonixMidi/SongMaps.h |
Protected
Overridden from ISongMapEvaluator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FBarMap & GetBarMap() |
HarmonixMidi/SongMaps.h | ||
virtual const FBeatMap & GetBeatMap() |
HarmonixMidi/SongMaps.h | ||
virtual const FChordProgressionMap & GetChordMap() |
HarmonixMidi/SongMaps.h | ||
virtual const FSectionMap & GetSectionMap() |
HarmonixMidi/SongMaps.h | ||
virtual const FSongLengthData & GetSongLengthData() |
HarmonixMidi/SongMaps.h | ||
virtual const FTempoMap & GetTempoMap() |
HarmonixMidi/SongMaps.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
HarmonixMidi/SongMaps.h | ||
FSongMapsWithAlternateTempoSource & operator=
(
const TSharedPtr< const FSongMapsWithAlternateTempoSource >& Other |
HarmonixMidi/SongMaps.h |