Navigation
API > API/Plugins > API/Plugins/MusicEnvironment > API/Plugins/MusicEnvironment/UFrameBasedMusicMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveTempo
(
int32 AtTick |
Removes the tempo change at the specified tick, if it exists Time signature and tempo changes after this point will recalculate their frame times and ms respectively based on the new tempo change | FrameBasedMusicMap.h | |
bool RemoveTempo
(
FMusicalTime AtMusicalTime |
Removes the tempo change at the specified Musical Time, if it exists | FrameBasedMusicMap.h |
RemoveTempo(int32)
Description
Removes the tempo change at the specified tick, if it exists Time signature and tempo changes after this point will recalculate their frame times and ms respectively based on the new tempo change
| Name | RemoveTempo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MusicEnvironment/Source/MusicEnvironment/Public/FrameBasedMusicMap.h |
| Include Path | #include "FrameBasedMusicMap.h" |
| Source | /Engine/Plugins/Runtime/MusicEnvironment/Source/MusicEnvironment/Private/FrameBasedMusicMap.cpp |
bool RemoveTempo
(
int32 AtTick
)
true if the tempo change was removed
Parameters
| Name | Remarks |
|---|---|
| AtTick |
RemoveTempo(FMusicalTime)
Description
Removes the tempo change at the specified Musical Time, if it exists
| Name | RemoveTempo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MusicEnvironment/Source/MusicEnvironment/Public/FrameBasedMusicMap.h |
| Include Path | #include "FrameBasedMusicMap.h" |
| Source | /Engine/Plugins/Runtime/MusicEnvironment/Source/MusicEnvironment/Private/FrameBasedMusicMap.cpp |
bool RemoveTempo
(
FMusicalTime AtMusicalTime
)
true if the tempo change was removed
Parameters
| Name | Remarks |
|---|---|
| AtMusicalTime |