![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| template<typename ValueType > | |
| void | ComputeDifferenceArray (const ValueType *ValuesA, const ValueType *ValuesB, const int32 ValueCount, TArray< double > &OutValueDifferences) |
| template<typename ValueType > | |
| double | ComputeRootMeanSquareDeviation (const ValueType *Values, const int32 ValueCount) |
| void TextureLayoutTools::ComputeDifferenceArray | ( | const ValueType * | ValuesA, |
| const ValueType * | ValuesB, | ||
| const int32 | ValueCount, | ||
| TArray< double > & | OutValueDifferences | ||
| ) |
Computes the difference between two value arrays (templated)
| ValuesA | First list of values |
| ValuesB | Second list of values |
| ValueCount | Number of values |
| OutValueDifferences | Difference between each value |
| double TextureLayoutTools::ComputeRootMeanSquareDeviation | ( | const ValueType * | Values, |
| const int32 | ValueCount | ||
| ) |
Computes the mean square root deviation for a set of values (templated)
| Values | Array of values |
| ValueCount | Number of values |