Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
Inheritance Hierarchy
- IModularFeature
- IConvolutionAlgorithmFactory
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/ConvolutionAlgorithm.h |
| Include | #include "DSP/ConvolutionAlgorithm.h" |
Syntax
class IConvolutionAlgorithmFactory : public IModularFeature
Remarks
Factory interface for creating convolution algorithms.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AreConvolutionSettingsSupported
(
const FConvolutionSettings& InSettings |
Returns true if the input settings are supported by this factory. | |
| const FName | Name of this particular factory. | ||
| const FName | Name of modular feature for Convolution factory. | ||
| bool | If true, this implementation uses hardware acceleration. | ||
| TUniquePtr< IConvolutionAlgorithm > | NewConvolutionAlgorithm
(
const FConvolutionSettings& InSettings |
Creates a new Convolution algorithm. |