Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/TextureLayout.h |
| Include | #include "TextureLayout.h" |
namespace TextureLayoutTools
{
template<typename ValueType>
void TextureLayoutTools&58;&58;ComputeDifferenceArray
&40;
const ValueType &42; ValuesA,
const ValueType &42; ValuesB,
const int32 ValueCount,
TArray< double > & OutValueDifferences
&41;
}
Remarks
Computes the difference between two value arrays (templated)
Parameters
| Name | Description |
|---|---|
| ValuesA | First list of values |
| ValuesB | Second list of values |
| ValueCount | Number of values |
| OutValueDifferences | Difference between each value |