Navigation
API > API/Plugins > API/Plugins/MusicEnvironment > API/Plugins/MusicEnvironment/FStrongMusicHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MusicTypes/MusicHandle.h | |||
FStrongMusicHandle
(
const FStrongMusicHandle& Other |
MusicTypes/MusicHandle.h | ||
FStrongMusicHandle
(
FStrongMusicHandle&& Other |
MusicTypes/MusicHandle.h | ||
FStrongMusicHandle
(
U&& MusicHandleObject |
A constructor that can take a pointer to any UObject that implements the IMusicHandle interface | MusicTypes/MusicHandle.h |
FStrongMusicHandle()
| Name | FStrongMusicHandle |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MusicEnvironment/Source/MusicEnvironment/Public/MusicTypes/MusicHandle.h |
| Include Path | #include "MusicTypes/MusicHandle.h" |
FStrongMusicHandle()
FStrongMusicHandle(const FStrongMusicHandle &)
| Name | FStrongMusicHandle |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MusicEnvironment/Source/MusicEnvironment/Public/MusicTypes/MusicHandle.h |
| Include Path | #include "MusicTypes/MusicHandle.h" |
FStrongMusicHandle
(
const FStrongMusicHandle & Other
)
FStrongMusicHandle(FStrongMusicHandle &&)
| Name | FStrongMusicHandle |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MusicEnvironment/Source/MusicEnvironment/Public/MusicTypes/MusicHandle.h |
| Include Path | #include "MusicTypes/MusicHandle.h" |
FStrongMusicHandle
(
FStrongMusicHandle && Other
)
FStrongMusicHandle(U &&)
Description
A constructor that can take a pointer to any UObject that implements the IMusicHandle interface
| Name | FStrongMusicHandle |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MusicEnvironment/Source/MusicEnvironment/Public/MusicTypes/MusicHandle.h |
| Include Path | #include "MusicTypes/MusicHandle.h" |
template<typename U, std::enable_if_t< > * >), int >>
FStrongMusicHandle
(
U && MusicHandleObject
)