Navigation
API > API/Runtime > API/Runtime/AudioExtensions
Inheritance Hierarchy
- IModularFeature
- ISoundWaveCloudStreamingFeature
References
| Module | AudioExtensions |
| Header | /Engine/Source/Runtime/AudioExtensions/Public/ISoundWaveCloudStreaming.h |
| Include | #include "ISoundWaveCloudStreaming.h" |
Syntax
class ISoundWaveCloudStreamingFeature : public IModularFeature
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddCustomizationCloudStreamingPlatformDetails
(
IDetailLayoutBuilder& InDetailLayoutBuilder |
Add editor customization for an instance. | |
| bool | CanOverrideFormat
(
const USoundWave* InWaveToOverride |
Checks if the given sound wave can be turned into cloud streamable. | |
| FName | |||
| FName | GetOverrideFormatName
(
const USoundWave* InWaveToOverride |
Gets the format name to use when overriding the given sound wave for cloud streaming. | |
| FString | GetOverrideParameterDDCHash
(
const USoundWave* InWaveToOverride |
Gets a hash of the parameters for the DDC. | |
| FGuid | Returns the GUID of this plugin. |