20class ST_VJMASTEREDITOR_API FST_VJMasterToolbarEdCMDs :
public TCommands<FST_VJMasterToolbarEdCMDs>
23 FST_VJMasterToolbarEdCMDs();
25 TSharedPtr<FUICommandList> VJMasterActions;
27 TSharedPtr<FUICommandInfo> Run_LogPlaybackDevices;
28 TSharedPtr<FUICommandInfo> Run_LogCaptureDevices;
29 TSharedPtr<FUICommandInfo> Run_LogInputMIDIDevices;
30 TSharedPtr<FUICommandInfo> Run_LogOutputMIDIDevices;
33 virtual void RegisterCommands()
override;
35 static bool CanShowNonPlayWorldOnlyActions();
36 TSharedRef<SWidget> GeneratePlayMenuContent()
const;
38 void MapActions()
const;
40 static bool HasPlayWorld();