Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveTool
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
virtual void UpdateAcceptWarnings
(
EAcceptWarning Warning
)
Remarks
Helper function to update a standard warning when we need to explain why "Accept" is disabled Note that calling this base implementation will clear any unrelated warnings. Note that this function is not automatically called by the base class.
Parameters
| Name | Description |
|---|---|
| Warning | Reason that tool cannot be accepted (or EAcceptWarning::NoWarning if no warning need be displayed) |