Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/Selection > API/Plugins/UVEditorTools/Selection/UUVToolSelectionAPI
Type
typedef TMulticastDelegate_TwoParams< void, bool bEmitChangeAllowed, uint32 SelectionChangeType > FOnPreSelectionChange
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Selection/UVToolSelectionAPI.h |
| Include | #include "Selection/UVToolSelectionAPI.h" |
Remarks
Broadcasted right before a selection change is applied (and therefore before a selection change transaction is emitted). Useful if a user wants to emit their own bookend transaction first.