FVector::AddBounded

Add a vector to this and clamp the result in a cube.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector.h"

Syntax

void AddBounded
(
    const FVector & V,
    float Radius
)

Remarks

Add a vector to this and clamp the result in a cube.

Parameters

Parameter

Description

V

Vector to add.

Radius

Half size of the cube.

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