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 FrustumSelect
(
const FConvexVolume & InFrustum,
FEditorViewportClient * InViewportClient,
bool InSelect
)
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. |