FContiguousSparse2DKernelTransform::SetRow

Set the kernel values for an individual row.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/FloatArrayMath.h"

Source

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

Syntax

void SetRow
(
    const int32 RowIndex,
    const int32 StartIndex,
    TArrayView< const float > OffsetValues
)

Remarks

Set the kernel values for an individual row.

RowIndex determines which row is being set. StartIndex denotes the offset into the row where the OffsetValues will be inserted. OffsetValues contains the contiguous chunk of values which represent all the nonzero elements in the row.

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