FAlignedBlockBuffer::InspectSamples

Inspect samples in the buffer.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/AlignedBlockBuffer.h

Include

#include "DSP/AlignedBlockBuffer.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/AlignedBlockBuffer.cpp

Syntax

const float * InspectSamples
(
    int32 InNum,
    int32 InOffset
)

Remarks

Inspect samples in the buffer. Returned samples abide by the memory alignment specified during construction. Warning: Not thread safe. The returned pointer is only valid as long as this object exists and before any mutating operations are made to this object.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss