FVector::BoxPushOut

Compute pushout of a box from a plane.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector.h"

Syntax

static float BoxPushOut
(
    const FVector & Normal,
    const FVector & Size
)

Remarks

Compute pushout of a box from a plane.

Returns

Pushout required.

Parameters

Parameter

Description

Normal

The plane normal.

Size

The size of the box.

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