FConvexVolume::IntersectBox

Intersection test with a translated axis-aligned box.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ConvexVolume.h

Include

#include "ConvexVolume.h"

Source

/Engine/Source/Runtime/Engine/Private/ConvexVolume.cpp

Syntax

bool IntersectBox
(
    const FVector & Origin,
    const FVector & Translation,
    const FVector & Extent
) const

Remarks

Intersection test with a translated axis-aligned box.

Returns

true if this convex volume intersects the given translated box.

Parameters

Parameter

Description

Origin

Origin of the box.

Translation

Translation to apply to the box.

Extent

Extent of the box along each axis.

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