Navigation
API > API/Plugins > API/Plugins/SlateScriptingCommands > API/Plugins/SlateScriptingCommands/UUICommandsScriptingSubsystem
Description
Checks whether commands in the given set can be executed. This will also check CanExecuteCommands at a global scope
| Name | CanSetExecuteCommands |
| 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 | Sets",
Meta=(DisplayName="Can Execute Commands"))
bool CanSetExecuteCommands
(
const FName SetName
) const