FFractureEditorMode::BoxSelect

Lets each mode/tool handle box selection in its own way.

Windows
MacOS
Linux

Override Hierarchy

FEdMode::BoxSelect()

FFractureEditorMode::BoxSelect()

References

Module

FractureEditor

Header

/Engine/Plugins/Experimental/ChaosEditor/Source/FractureEditor/Public/FractureEditorMode.h

Include

#include "FractureEditorMode.h"

Source

/Engine/Plugins/Experimental/ChaosEditor/Source/FractureEditor/Private/FractureEditorMode.cpp

Syntax

virtual bool BoxSelect
(
    FBox & InBox,
    bool InSelect
)

Remarks

Lets each mode/tool handle box selection in its own way.

Returns

true if something was selected/deselected, false otherwise.

Parameters

Parameter

Description

InBox

The selection box to use, in worldspace coordinates.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss