Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/TSampleBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSampleBuffer & operator=
(
const TSampleBuffer& Other |
Vanilla assignment operator: | SampleBuffer.h | |
TSampleBuffer & operator=
(
const TSampleBuffer< OtherSampleType >& Other |
SampleType converting assignment operator: | SampleBuffer.h |
operator=(const TSampleBuffer &)
Description
Vanilla assignment operator:
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/SampleBuffer.h |
| Include Path | #include "SampleBuffer.h" |
TSampleBuffer & operator=
(
const TSampleBuffer & Other
)
operator=(const TSampleBuffer< OtherSampleType > &)
Description
SampleType converting assignment operator:
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/SampleBuffer.h |
| Include Path | #include "SampleBuffer.h" |
template<class OtherSampleType>
TSampleBuffer & operator=
(
const TSampleBuffer < OtherSampleType > & Other
)