Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Tools > API/Editor/UnrealEd/Tools/ILegacyEdModeSelectInterface
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Tools/LegacyEdModeInterfaces.h |
| Include | #include "Tools/LegacyEdModeInterfaces.h" |
bool BoxSelect
(
FBox & InBox,
bool InSelect
)
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. |