Advertisement

游戏内测版功能模块

阅读量:

LevelEditorToolBar类,存在于Engine\Source\Editor\LevelEditor\Private路径下

实现效果:

复制代码
 TSharedRef< SWidget > FLevelEditorToolBar::MakeLevelEditorToolBar( const TSharedRef<FUICommandList>& InCommandList, const TSharedRef<SLevelEditor> InLevelEditor )

    
 {
    
 #define LOCTEXT_NAMESPACE "LevelEditorToolBar"
    
  
    
 	FLevelEditorModule& LevelEditorModule = FModuleManager::LoadModuleChecked<FLevelEditorModule>("LevelEditor");
    
 	TSharedPtr<FExtender> Extenders = LevelEditorModule.GetToolBarExte

全部评论 (0)

还没有任何评论哟~