FToolkitBuilder::GetCommandsForEditablePalette

Fills the OutCommands [TArray](API\Runtime\Core\Containers\TArray) with [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr) instances that are present in the [FEditablePalette](API\Developer\WidgetRegistration\FEditablePalette) EditablePalette

Unreal Engine C++ API Reference > Developer > WidgetRegistration > FToolkitBuilder

References

   
Module WidgetRegistration
Header /Engine/Source/Developer/WidgetRegistration/Public/ToolkitBuilder.h
Include #include "ToolkitBuilder.h"
Source /Engine/Source/Developer/WidgetRegistration/Private/ToolkitBuilder.cpp
void GetCommandsForEditablePalette
(
    [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FEditablePalette](API\Developer\WidgetRegistration\FEditablePalette) > EditablePalette,
    [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [FUICommandInfo](API\Runtime\Slate\Framework\Commands\FUICommandInfo) >> & OutCommands
)

Remarks

Fills the OutCommands TArray with TSharedPtr instances that are present in the FEditablePalette EditablePalette

Parameters

Name Description
EditablePalette the FEditablePalette whose FUICommandInfo

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library