Navigation
API > API/Plugins > API/Plugins/SlateScriptingCommands > API/Plugins/SlateScriptingCommands/UUICommandsScriptingSubsystem
Description
Retrieves the number of UI Command Lists registered within this context through the subsystem. UI Command Lists are typically used to bind the list of commands associated with a single UI (i.e. a single viewport).
| Name | GetBindingCountForContext |
| 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 | Contexts")
int GetBindingCountForContext
(
FName ContextName
)