Navigation
API > API/Plugins > API/Plugins/SlateScriptingCommands > API/Plugins/SlateScriptingCommands/UUICommandsScriptingSubsystem
Description
Checks whether the given command is registered within the subsystem. Using name, set and context for comparison
| Name | IsCommandRegistered |
| Type | function |
| Header File | /Engine/Plugins/Slate/SlateScripting/Source/SlateScriptingCommands/Public/UICommandsScriptingSubsystem.h |
| Include Path | #include "UICommandsScriptingSubsystem.h" |
| Source | /Engine/Plugins/Slate/SlateScripting/Source/SlateScriptingCommands/Private/UICommandsScriptingSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="Editor Scripting | Commands |")
bool IsCommandRegistered
(
FScriptingCommandInfo CommandInfo,
bool bCheckInputChord
) const