Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorModeTools
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UsesTransformWidget () |
True if any active mode uses a transform widget | EditorModeManager.h | |
bool UsesTransformWidget
(
UE::Widget::EWidgetMode CheckMode |
True if any active mode uses the passed in transform widget | EditorModeManager.h |
UsesTransformWidget()
Description
True if any active mode uses a transform widget
| Name | UsesTransformWidget |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorModeManager.h |
| Include Path | #include "EditorModeManager.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorModeManager.cpp |
bool UsesTransformWidget() const
UsesTransformWidget(UE::Widget::EWidgetMode)
Description
True if any active mode uses the passed in transform widget
| Name | UsesTransformWidget |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorModeManager.h |
| Include Path | #include "EditorModeManager.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorModeManager.cpp |
bool UsesTransformWidget
(
UE::Widget::EWidgetMode CheckMode
) const