ABaseTransformGizmo::GetBoundingBoxEdge

Static: Given a bounding box and information about which edge to query, returns the vertex positions of that edge

Windows
MacOS
Linux

References

Module

ViewportInteraction

Header

/Engine/Source/Editor/ViewportInteraction/Public/VIBaseTransformGizmo.h

Include

#include "VIBaseTransformGizmo.h"

Source

/Engine/Source/Editor/ViewportInteraction/Gizmo/VIBaseTransformGizmo.cpp

Syntax

static void GetBoundingBoxEdge
(
    const FBox & Box,
    const int32 AxisIndex,
    const int32 EdgeIndex,
    FVector & OutVertex0,
    FVector & OutVertex1
)

Remarks

Static: Given a bounding box and information about which edge to query, returns the vertex positions of that edge

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