FBlueprintEditorModule::GetsSharedBlueprintEditorCommands

Exposes a way for other modules to fold in their own Blueprint editor commands (folded in with other BP editor commands, when the editor is first opened).

Unreal Engine C++ API Reference > Editor > Kismet > FBlueprintEditorModule

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h
Include #include "BlueprintEditorModule.h"
virtual const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FUICommandList](API\Runtime\Slate\Framework\Commands\FUICommandList) > GetsSharedBlueprintEditorCommands() const  

Remarks

Exposes a way for other modules to fold in their own Blueprint editor commands (folded in with other BP editor commands, when the editor is first opened).


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library