Navigation
API > API/Plugins > API/Plugins/SlateScriptingCommands > API/Plugins/SlateScriptingCommands/UUICommandsScriptingSubsystem
Description
Retrieves the list of names for all contexts currently registered in the subsystem. This does not check whether the contexts are bound to any UI Command List.
| Name | GetAvailableContexts |
| 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")
TArray < FName > GetAvailableContexts() const