FGroomEditorMode::UsesTransformWidget

Lets each tool determine if it wants to use the editor widget or not.

Windows
MacOS
Linux

Override Hierarchy

FEdMode::UsesTransformWidget()

FGroomEditorMode::UsesTransformWidget()

References

Module

HairStrandsEditor

Header

/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Public/GroomEditorMode.h

Include

#include "GroomEditorMode.h"

Source

/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Private/GroomEditorMode.cpp

Syntax

virtual bool UsesTransformWidget() const

Remarks

Lets each tool determine if it wants to use the editor widget or not. If the tool doesn't want to use it, it will be fed raw mouse delta information (not snapped or altered in any way).

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