Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FMultiBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h |
| Include | #include "Framework/MultiBox/MultiBox.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBox.cpp |
void SetLastSelectedCommandIndex
(
int32 LastSelectedCommandIndex
)
Remarks
Sets the index of the item which was last selected in this box
Parameters
| Name | Description |
|---|---|
| LastSelectedCommandIndex | the index of the last command that was selected for this box |