FUnrealEdUtils::DrawWidget

Utility function for drawing manipulation widget in a 3D viewport.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Utils.h

Include

#include "Utils.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Utils.cpp

Syntax

static void DrawWidget
(
    const FSceneView * View,
    FPrimitiveDrawInterface * PDI,
    const FMatrix & WidgetMatrix,
    int32 InInfo1,
    int32 InInfo2,
    EAxisList::Type HighlightAxis,
    EWidgetMovementMode bInMode
)

Remarks

Utility function for drawing manipulation widget in a 3D viewport. If we are hit-testing will create HWidgetUtilProxys for each axis, filling in InInfo1 and InInfo2 as passed in by user.

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