Navigation
API > API/Runtime > API/Runtime/AudioExtensions
Platform specific enabling of Sound Wave cloud streaming.
| Name | ESoundWaveCloudStreamingPlatformProjectEnableType |
| Type | enum |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/ISoundWaveCloudStreaming.h |
| Include Path | #include "ISoundWaveCloudStreaming.h" |
Syntax
enum ESoundWaveCloudStreamingPlatformProjectEnableType
{
Enabled,
Disabled,
}
Values
| Name | Remarks |
|---|---|
| Enabled | Enabled for this platform. |
| Disabled | Disabled for this platform. |