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 SampleType, uint32 Q>
class TSampleRef
Remarks
TSampleRef
// Set the sample value directly: SampleRef = 0.5f;
// Or multiply the the sample: SampleRef *= 0.5f;
bool bThisCodeWorks = FixedPrecisionSample == TNumericLimits
Constructors
| Type | Name | Description | |
|---|---|---|---|
TSampleRef
(
SampleType& InSample |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ReturnType | |||
| ReturnType | AsFloat () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| TSampleRef< SampleType, Q > & | operator=
(
const OtherSampleType InSample |