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::ComputeDifferenceArray
(
const ValueType * ValuesA,
const ValueType * ValuesB,
const int32 ValueCount,
TArray < double > & OutValueDifferences
)
}
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 |