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