Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore
| Name | SCommandPickMenuWidget |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/Editor/SCommandPickMenu.h |
| Include Path | #include "Editor/SCommandPickMenu.h" |
Syntax
class SCommandPickMenuWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCommandPickMenuWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCommandPickMenuWidget
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SCommandPickMenuWidget() |
Editor/SCommandPickMenu.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SCommandPickMenuWidget() |
Editor/SCommandPickMenu.h |
Structs
| Name | Remarks |
|---|---|
| FArguments | |
| FCommandTreeNode |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CommandTree | TArray< TSharedPtr< FCommandTreeNode > > | Editor/SCommandPickMenu.h | ||
| CommandTreeAllNodes | TArray< TSharedPtr< FCommandTreeNode > > | Editor/SCommandPickMenu.h | ||
| LeafsWithParentHierarchy | TMap< TSharedPtr< FCommandTreeNode >, TArray< TSharedPtr< FCommandTreeNode > > > | Editor/SCommandPickMenu.h | ||
| OnCommandSelectionChanged | FOnCommandSelectedChanged | Editor/SCommandPickMenu.h | ||
| Selection | UClass * | Editor/SCommandPickMenu.h | ||
| TreeViewPtr | TSharedPtr< STreeView< TSharedPtr< FCommandTreeNode > > > | Editor/SCommandPickMenu.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Editor/SCommandPickMenu.h |