Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound
Unique handle that can be used to distinguish timers that have identical delegates.
| Name | FMusicTimerHandle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/Components/MusicTimerHandle.h |
| Include Path | #include "HarmonixMetasound/Components/MusicTimerHandle.h" |
Syntax
USTRUCT (BlueprintType )
struct FMusicTimerHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMusicTimerHandle
(
uint64 InHandle |
HarmonixMetasound/Components/MusicTimerHandle.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Handle | uint64 | HarmonixMetasound/Components/MusicTimerHandle.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 GetUniqueIdentifier() |
HarmonixMetasound/Components/MusicTimerHandle.h | ||
void Invalidate() |
HarmonixMetasound/Components/MusicTimerHandle.h | ||
bool IsValid() |
HarmonixMetasound/Components/MusicTimerHandle.h | ||
FString ToString() |
HarmonixMetasound/Components/MusicTimerHandle.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FMusicTimerHandle& Other |
HarmonixMetasound/Components/MusicTimerHandle.h | ||
bool operator==
(
const FMusicTimerHandle& Other |
HarmonixMetasound/Components/MusicTimerHandle.h |