Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
OperatingSystemAudioPlayer.h File Reference
#include "Components/AudioComponent.h"
#include "Programs/OperatingSystemBaseProgram.h"
#include "OperatingSystemAudioPlayer.generated.h"
Include dependency graph for OperatingSystemAudioPlayer.h:
This graph shows which files directly or indirectly include this file:

Classes

class  UOperatingSystemAudioPlayer
 

Functions

 DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FOnOperatingSystemAudioPlayStateChanged, const EAudioComponentPlayState &, PlayState)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FOnOperatingSystemAudioPlayerPlaybackChanged, const float &, ElapsedSeconds, const float &, Percent)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE (FOnOperatingSystemAudioPlaybackFinished)
 

Function Documentation

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE()

DECLARE_DYNAMIC_MULTICAST_DELEGATE ( FOnOperatingSystemAudioPlaybackFinished )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam ( FOnOperatingSystemAudioPlayStateChanged ,
const EAudioComponentPlayState & ,
PlayState  )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams ( FOnOperatingSystemAudioPlayerPlaybackChanged ,
const float & ,
ElapsedSeconds ,
const float & ,
Percent  )