FEdModeTexture::GetWidgetAxisToDraw

Allows each mode to customize the axis pieces of the widget they want drawn.

Windows
MacOS
Linux

Override Hierarchy

FEdMode::GetWidgetAxisToDraw()

FEdModeTexture::GetWidgetAxisToDraw()

References

Module

TextureAlignMode

Header

/Engine/Plugins/Editor/GeometryMode/Source/TextureAlignMode/Public/TextureAlignEdMode.h

Include

#include "TextureAlignEdMode.h"

Source

/Engine/Plugins/Editor/GeometryMode/Source/TextureAlignMode/Private/TextureAlignEdMode.cpp

Syntax

virtual EAxisList::Type GetWidgetAxisToDraw
(
    FWidget::EWidgetMode InWidgetMode
) const

Remarks

Allows each mode to customize the axis pieces of the widget they want drawn.

Returns

A bitfield comprised of AXIS_* values

Parameters

Parameter

Description

InwidgetMode

The current widget mode

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