Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolManager
Syntax
bool bActiveToolMadeSelectionStoreRequest
Remarks
Tracks whether the last activated tool has made a request to store a tool selection. If it hasn't, we'll clear the currently stored tool selection. The reason for this is that we generally don't want to keep the old stored tool selection after a new tool invocation, and we don't want to rely on tools to be kind enough to clear it for us (though it is better when they do, since they can bundle it into their own undo transaction).