![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InteractiveToolQueryInterfaces.h>
Public Member Functions | |
| virtual bool | SupportsNestedCancelCommand () |
| virtual bool | CanCurrentlyNestedCancel () |
| virtual bool | ExecuteNestedCancelCommand () |
| virtual bool | SupportsNestedAcceptCommand () |
| virtual bool | CanCurrentlyNestedAccept () |
| virtual bool | ExecuteNestedAcceptCommand () |
IInteractiveToolNestedAcceptCancelAPI provides an API for a Tool to publish intent and ability to Accept or Cancel sub-operations. For example in a Tool that has an editable active Selection, we might want the Escape hotkey to Clear any active selection, and then on a second press, to Cancel the Tool. This API allows a Tool to say "I can consume a Cancel action", and similarly for Accept (although this is much less common).
Called by Editor levels to tell the implementor (eg Tool) to execute a nested Accept action
Called by Editor levels to tell the implementor (eg Tool) to execute a nested Cancel action