Navigation
API > API/Plugins > API/Plugins/SlateScriptingCommands > API/Plugins/SlateScriptingCommands/UUICommandsScriptingSubsystem
Description
Unregisters a command previously registered. The command name, set and context will be used for comparison.
| Name | UnregisterCommand |
| 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 UnregisterCommand
(
FScriptingCommandInfo CommandInfo
)
Whether the command was successfully unregistered.