Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UBoxSelectInteraction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void AddHoverEffect
(
AActor& InActor |
Adds a hover effect to the passed in actor | EditorDragTools/BoxSelectInteraction.h | |
static void AddHoverEffect
(
UModel& InModel, |
Adds a hover effect to the passed in bsp surface | EditorDragTools/BoxSelectInteraction.h |
AddHoverEffect(AActor &)
Description
Adds a hover effect to the passed in actor
| Name | AddHoverEffect |
| 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 AddHoverEffect
(
AActor & InActor
)
AddHoverEffect(UModel &, int32)
Description
Adds a hover effect to the passed in bsp surface
| Name | AddHoverEffect |
| 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 AddHoverEffect
(
UModel & InModel,
int32 InSurfIndex
)