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