Navigation
API > API/Plugins > API/Plugins/MusicEnvironment > API/Plugins/MusicEnvironment/UFrameBasedMusicMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveTimeSignature
(
int32 AtBar |
Removes the time signature change at the specified bar, if it exists Time Signature changes after this point will recalculate their ticks and frame times to happen on the new bar lines based on the inserted time signature change | FrameBasedMusicMap.h | |
bool RemoveTimeSignature
(
FMusicalTime AtMusicalTime |
Removes the time signature change at the specified Musical Time, if it exists | FrameBasedMusicMap.h |
RemoveTimeSignature(int32)
Description
Removes the time signature change at the specified bar, if it exists Time Signature changes after this point will recalculate their ticks and frame times to happen on the new bar lines based on the inserted time signature change
| Name | RemoveTimeSignature |
| 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 RemoveTimeSignature
(
int32 AtBar
)
true if a time signature change was removed
Parameters
| Name | Remarks |
|---|---|
| AtBar |
RemoveTimeSignature(FMusicalTime)
Description
Removes the time signature change at the specified Musical Time, if it exists
Note: Time Signature changes only happen on bar bounderies. A Musical Time that is not on whole bare is guaranteed to fail
| Name | RemoveTimeSignature |
| 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 RemoveTimeSignature
(
FMusicalTime AtMusicalTime
)
true if a time signature change was removed
Parameters
| Name | Remarks |
|---|---|
| AtMusicalTime |