Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/VectorClamp
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h |
| Include | #include "Math/UnrealMathVectorCommon.h" |
VectorRegister4Float VectorClamp
(
const VectorRegister4Float & X,
const VectorRegister4Float & VecMin,
const VectorRegister4Float & VecMax
)
Remarks
Clamps X to be between VecMin and VecMax, inclusive.