Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Enum to describe the nature of the selection change during either a OnPreSelectionChange callback or OnSelectionChange callback.
| Name | ESelectionChangeTypeFlag |
| Type | enum |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Selection/UVToolSelectionAPI.h |
| Include Path | #include "Selection/UVToolSelectionAPI.h" |
Syntax
enum ESelectionChangeTypeFlag
{
None = 0,
SelectionChanged = 1 << 0,
UnsetSelectionChanged = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| SelectionChanged | |
| UnsetSelectionChanged |