Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h |
| Include | #include "DSP/Dsp.h" |
Syntax
template<typename T>
class TParams
Remarks
Simple parameter object which uses critical section to write to and read from data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bChanged | ||
| FCriticalSection | CritSect | ||
| T | CurrentParams |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TParams () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyParams
(
T& OutParamsCopy |
||
| bool | GetParams
(
T* OutParamsCopy |
Returns a copy of the params safely if they've changed since last time this was called. | |
| void | SetParams
(
const T& InParams |
Sets the params. |