Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEdMode
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EdMode.h |
| Include | #include "EdMode.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EdMode.cpp |
virtual 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. |