Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/FEditorBoxSelect
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RemoveHoverEffect
(
AActor& InActor |
Removes a hover effect from the passed in actor | EditorDragTools/EditorBoxSelect.h | |
static void RemoveHoverEffect
(
UModel& InModel, |
Removes a hover effect from the passed in bsp surface | EditorDragTools/EditorBoxSelect.h |
RemoveHoverEffect(AActor &)
Description
Removes a hover effect from the passed in actor
| Name | RemoveHoverEffect |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorDragTools/EditorBoxSelect.h |
| Include Path | #include "EditorDragTools/EditorBoxSelect.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorDragTools/EditorBoxSelect.cpp |
static void RemoveHoverEffect
(
AActor & InActor
)
RemoveHoverEffect(UModel &, int32)
Description
Removes a hover effect from the passed in bsp surface
| Name | RemoveHoverEffect |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorDragTools/EditorBoxSelect.h |
| Include Path | #include "EditorDragTools/EditorBoxSelect.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorDragTools/EditorBoxSelect.cpp |
static void RemoveHoverEffect
(
UModel & InModel,
int32 InSurfIndex
)