FGenericPlatformMath::Min

Returns the smaller of the two values (operates on each component individually)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h

Include

#include "Math/UnrealMathVectorCommon.h"

Syntax

template<>
VectorRegister Min
(
    const VectorRegister A,
    const VectorRegister B
)

Remarks

Returns the smaller of the two values (operates on each component individually)

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