Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Tools > API/Editor/UnrealEd/Tools/ILegacyEdModeSelectInterface
- ILegacyEdModeSelectInterface::BoxSelect()
- UFractureEditorMode::BoxSelect()
- UModelingToolsEditorMode::BoxSelect()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Tools/LegacyEdModeInterfaces.h |
| Include | #include "Tools/LegacyEdModeInterfaces.h" |
bool BoxSelect
&40;
FBox & InBox,
bool InSelect
&41;
Remarks
Lets each mode/tool handle box selection in its own way. true if something was selected/deselected, false otherwise.
Parameters
| Name | Description |
|---|---|
| InBox | The selection box to use, in worldspace coordinates. |