Navigation
API > API/Plugins > API/Plugins/MusicEnvironment
| Name | EMusicalTimeSignatureRemapMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MusicEnvironment/Source/MusicEnvironment/Public/MusicTypes/MusicalEnums.h |
| Include Path | #include "MusicTypes/MusicalEnums.h" |
Syntax
enum EMusicalTimeSignatureRemapMode
{
UMETA =(ToolTip="No attempt is made to maintain 'bar synchronization' if there are mismatched time signature."),
UMETA =(ToolTip="Scale each bar as necessary to match bar lengths in music clock."),
UMETA =(ToolTip="Crop or loop bars as necessary to align downbeats between the level sequence and the music clock."),
UMETA =(ToolTip="Scale beats to match music clock beat lengths, and THEN crop or loop bars as necessary to align downbeats between the level sequence and the music clock."),
}
Values
| Name | Remarks |
|---|---|
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA |