Navigation
API > API/Runtime > API/Runtime/AudioExtensions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USoundfieldEffectBase
References
| Module | AudioExtensions |
| Header | /Engine/Source/Runtime/AudioExtensions/Public/ISoundfieldFormat.h |
| Include | #include "ISoundfieldFormat.h" |
Syntax
class USoundfieldEffectBase : public UObject
Remarks
This opaque class should be used for specifying settings for how audio should be encoded to your soundfield format for a given submix or file.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< USoundfieldEffectSettingsBase > | Settings | TODO: Filter classes settable on here by GetSettingsClass. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const USoundfieldEffectSettingsBase * | Return the default processor settings we should use when none is provided. | ||
| TUniquePtr< ISoundfieldEffectInstance > | GetNewProcessor
(
const ISoundfieldEncodingSettingsProxy& EncodingSettings |
Spawn a new instance of this processor. | |
| const UClass * | Get the implementation of USoundfieldProcessorSettingsBase that is used for this processor's settings. | ||
| bool | SupportsFormat
(
const FName& InFormat |
Get the implementation of USoundfieldProcessorSettingsBase that is used for this processor's settings. |