Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UBoxSelectInteraction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RemoveHoverEffect
(
AActor& InActor |
Removes a hover effect from the passed in actor | EditorDragTools/BoxSelectInteraction.h | |
static void RemoveHoverEffect
(
UModel& InModel, |
Removes a hover effect from the passed in bsp surface | EditorDragTools/BoxSelectInteraction.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/BoxSelectInteraction.h |
| Include Path | #include "EditorDragTools/BoxSelectInteraction.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorDragTools/BoxSelectInteraction.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/BoxSelectInteraction.h |
| Include Path | #include "EditorDragTools/BoxSelectInteraction.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorDragTools/BoxSelectInteraction.cpp |
static void RemoveHoverEffect
(
UModel & InModel,
int32 InSurfIndex
)