Skip to content

756915370/UE4_EditorExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UE4_EditorExtension

这个工程包含了如下功能:

Easy-To-Use MenuExtension 菜单栏轻松扩展

You only need to Inheritance “UMenuItem“ ,then registered path on "Init" function,write your own code on "OnMenuClick" funtion.You'll see your menu in the unreal menu bar.

只需要继承UMenuItem,并且在构造函数里调用Init函数,传入菜单栏路径和提示。接着在OnMenuClick写你想要的任何逻辑。就能在菜单栏看到你的菜单。使用案例UTestLogMenu在这里插入图片描述 在这里插入图片描述 在这里插入图片描述

实现原理讲解: 【UE·Editor篇】做一个超好用的菜单栏扩展框架


学习资料

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published