Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/Selection > API/Plugins/UVEditorTools/Selection/UUVToolSelectionAPI
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Selection/UVToolSelectionAPI.h |
| Include | #include "Selection/UVToolSelectionAPI.h" |
Syntax
struct FSelectionMechanicModeChangeOptions
Remarks
Options for how a SetSelectionMechanicMode() call is performed.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBroadcastIfConverted | If true and a conversion is performed (requires bConvertExisting to be true), the OnPreSelectionChanged and OnSelectionChanged delegates will be broadcast. | |
| bool | bConvertExisting | If true, any existing selection will be converted to be compatible with the new mode. | |
| bool | bEmitChanges | If true, emit appropriate undo / redo transactions. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Shouldn't really need this constructor but there seems to be a clang bug that requires it if we want to use a default-constructed instance as a default arg as we do below. |