Navigation
API > API/Runtime > API/Runtime/AudioExtensions
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 modulatable, allowing for certain specific behaviors to be controlled on the sound level by the modulation system.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetObjectId () |
Gets the object definition id of the given playing sound's instance | |
| int32 | GetPlayCount () |
Returns number of actively instances of sound playing (including virtualized instances) | |
| bool | Returns whether or not sound is an editor preview sound | ||
| void | Stop () |
Stops sound. |