Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEdMode
Description
Subclasses can override this to add additional checks on whether a tool should be allowed to start. By default the check disallows starting tools during play/simulate in editor.
| Name | ShouldToolStartBeAllowed |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Tools/UEdMode.h |
| Include Path | #include "Tools/UEdMode.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Tools/UEdMode.cpp |
virtual bool ShouldToolStartBeAllowed
(
const FString & ToolIdentifier
) const