FContiguousSparse2DKernelTransform::FContiguousSparse2DKernelTransform

NumInElements sets the expected number of input array elements as well as the number of elements in a 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

FContiguousSparse2DKernelTransform
(
    const int32 NumInElements,
    const int32 NumOutElements
)

Remarks

NumInElements sets the expected number of input array elements as well as the number of elements in a row. NumOutElements sets the number of output array elements as well as the number or rows.

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