Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound
| Name | FMusicTransportControllable |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/DataTypes/MusicTransport.h |
| Include Path | #include "HarmonixMetasound/DataTypes/MusicTransport.h" |
Syntax
class FMusicTransportControllable
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMusicTransportControllable
(
EMusicPlayerTransportState InitialState |
HarmonixMetasound/DataTypes/MusicTransport.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FTransportInitFn | TUniqueFunction< EMusicPlayerTransportState(EMusicPlayerTransportState)> | HarmonixMetasound/DataTypes/MusicTransport.h | |
| TransportSpanPostProcessor | TUniqueFunction< void(int32, int32, EMusicPlayerTransportState)> | Post processor gets called immediately after the SpanProcessor so that the TransportState has been updated | HarmonixMetasound/DataTypes/MusicTransport.h |
| TransportSpanProcessor | TUniqueFunction< EMusicPlayerTransportState(int32, int32, EMusicPlayerTransportState)> | HarmonixMetasound/DataTypes/MusicTransport.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bReceivedSeekWhileStopped | bool | HarmonixMetasound/DataTypes/MusicTransport.h | ||
| TransportState | EMusicPlayerTransportState | HarmonixMetasound/DataTypes/MusicTransport.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ExecuteTransportSpans
(
FMusicTransportEventStreamReadRef& InTransportPin, |
HarmonixMetasound/DataTypes/MusicTransport.h | ||
void ExecuteTransportSpans
(
FMusicTransportEventStreamReadRef& InTransportPin, |
HarmonixMetasound/DataTypes/MusicTransport.h | ||
EMusicPlayerTransportState GetNextTransportState
(
EMusicPlayerTransportState DesiredState |
HarmonixMetasound/DataTypes/MusicTransport.h | ||
EMusicPlayerTransportState GetTransportState() |
HarmonixMetasound/DataTypes/MusicTransport.h | ||
void Init
(
const FMusicTransportEventStream& TransportEventStream, |
HarmonixMetasound/DataTypes/MusicTransport.h | ||
void SetTransportState
(
EMusicPlayerTransportState NewState |
HarmonixMetasound/DataTypes/MusicTransport.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EMusicPlayerTransportState GetDesiredState
(
EMusicPlayerTransportRequest Request |
HarmonixMetasound/DataTypes/MusicTransport.h | ||
bool IsEffectivelyStopped() |
HarmonixMetasound/DataTypes/MusicTransport.h | ||
bool ReceivedSeekWhileStopped() |
HarmonixMetasound/DataTypes/MusicTransport.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString StateToString
(
EMusicPlayerTransportState S |
HarmonixMetasound/DataTypes/MusicTransport.h |