UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ISoundWaveCloudStreaming.h File Reference
#include "UObject/Object.h"
#include "Features/IModularFeature.h"
#include "Misc/Guid.h"
#include "ISoundWaveCloudStreaming.generated.h"

Go to the source code of this file.

Classes

class  Audio::ISoundWaveCloudStreamingFeature
 
struct  FSoundWaveCloudStreamingPlatformProjectSettings
 
struct  FSoundWaveCloudStreamingPlatformSettings
 

Namespaces

namespace  Audio
 NO_LOGGING.
 

Enumerations

enum class  ESoundWaveCloudStreamingPlatformProjectEnableType : uint8 { Enabled , Disabled }
 
enum class  ESoundWaveCloudStreamingPlatformEnableType : uint8 { Inherited , Disabled , UMETA =(Hidden, DisplayName="Multiple values") }
 

Enumeration Type Documentation

◆ ESoundWaveCloudStreamingPlatformEnableType

Platform specific enabling of Sound Wave cloud streaming.

Enumerator
Inherited 

Use Sound Wave setting.

Disabled 

Disables Sound Wave cloud streaming for this platform.

UMETA 

Used in Slate widget configuration to indicate multiple selected objects have different values.

◆ ESoundWaveCloudStreamingPlatformProjectEnableType

Platform specific enabling of Sound Wave cloud streaming.

Enumerator
Enabled 

Enabled for this platform.

Disabled 

Disabled for this platform.