FAutomationEditorCommonUtils::LargestValueInFloatArray

Returns the largest value from an array of float numbers.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Tests/AutomationEditorCommon.h

Include

#include "Tests/AutomationEditorCommon.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Tests/AutomationEditorCommon.cpp

Syntax

static float LargestValueInFloatArray
(
    const TArray< float > & InFloatArray
)

Remarks

Returns the largest value from an array of float numbers.

Returns the largest value from an array of float numbers.

Parameters

Parameter

Description

InFloatArray

is the name of the array intended to be used.

InFloatArray

is the name of the array intended to be used.

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