Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | ILegacyEdModeSelectInterface |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Tools/LegacyEdModeInterfaces.h |
| Include Path | #include "Tools/LegacyEdModeInterfaces.h" |
Syntax
class ILegacyEdModeSelectInterface
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool BoxSelect
(
FBox& InBox, |
Lets each mode/tool handle box selection in its own way. | Tools/LegacyEdModeInterfaces.h | |
bool FrustumSelect
(
const FConvexVolume& InFrustum, |
Lets each mode/tool handle frustum selection in its own way. | Tools/LegacyEdModeInterfaces.h |