ISoundModulatable

Interface to sound that is modulateable, allowing for certain specific behaviors to be controlled on the sound level by the modulation system.

Windows
MacOS
Linux

Inheritance Hierarchy

ISoundModulatable

FActiveSound

References

Module

AudioExtensions

Header

/Engine/Source/Runtime/AudioExtensions/Public/IAudioModulation.h

Include

#include "IAudioModulation.h"

Syntax

class ISoundModulatable

Remarks

Interface to sound that is modulateable, allowing for certain specific behaviors to be controlled on the sound level by the modulation system.

Destructors

Name Description

Public function Virtual

~ISoundModulatable()

Functions

Name Description

Public function Const

uint32

 

GetObjectId()

Gets the object definition id of the given playing sound's instance

Public function Const

int32

 

GetPlayCount()

Returns number of actively instances of sound playing (including virtualized instances)

Public function Const

bool

 

IsPreviewSound()

Returns whether or not sound is an editor preview sound

Public function

void

 

Stop()

Stops sound.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss