GithubHelp home page GithubHelp logo

ue4editorcustomize's Introduction

UE4EditorCustomize


Change UE4 Editor to a new Style.

Maybe you think UE4Editor seems too old fashion.
Maybe you think It should be more beautiful.
This plugin Give you a chance to Customize your editor.
Why don't you try it?


  • 1.Download the zip file from Release page or Get this plugin from Unreal Marketplace.
  • 2.Unzip files to Engine/Plugins or Project/Plugins(skip this step if you download it from Marketplace).
  • 3.Enable UE4EditorCustomize plugin and restart editor.
  • 4.Open ProjectSetting->UE4 EditorCustomize->Import Built-in Theme(Top of the setting panel).
  • 5.You will meet a new editor.

Click This Link for detailed Documentation.

Setting Panel:

UMG Deisgner:

Importing UTheme:

ue4editorcustomize's People

Contributors

jack-myth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ue4editorcustomize's Issues

Linux Issues (Various)

I modified UE4EditorCustomize.uplugin to allow Linux and attempted to compile the plugin, but there were some issues regarding code quality that needed to be addressed just to compile, all with EditorCustomize/Source/UE4EditorCustomize/Private/UE4EditorCustomize.cpp alone. It seems to me that the developer comes from a Windows-only background using old-style C (pre-C++11). See Pull Request #4.

Strings should never use forward-slashes unless they're escaping a character.
#include <Editor\UnrealEd\Classes\Factories\FontFileImportFactory.h> should be
#include <Editor/UnrealEd/Classes/Factories/FontFileImportFactory.h>. Windows autocorrects this behavior but other platforms don't always do this.

There is a rather confusing code-clock that I removed:
#if ENGINE_MINOR_VERSION >=18 ...return false;... #endif
...The function was a UFontFace*. No idea why they'd try to return false.

Various deletion of arrays using delete instead of delete[]. Fixed.

_constexpr char* UThemeHead = "UTheme"; was changed to _char* UThemeHead = "UTheme"; for now.

Everything now works on Linux on my compile, using Unreal Engine 4.26.2.

One last cosmetic issue that I'm not sure if it is Linux-specific or not is the Menu on every window seems to have its texture offset. Perhaps setting the background to transparent might work, but that affects context menus... shrug o.o

Install to UE4 4.24.3?

I wanted to try this out today, but nothing seems to happen when I attempt to install this plugin in to UE4 4.24.3. From the Marketplace, I get the prompt to select which engine and press install, but when I press [Install], nothing happens. I don't see any error messages. No download is started.

[GITHUB] UE4 4.24.3

i try to install that plugin on the epic game lunncher version but your plugin not working
in github and cannot download from the marketplace

Always triggers crash on quit

When I quit UE4 and have the plugin enabled it always triggers Unreal Engine 4 Crash Reporter with 0 information about the crash. It doesn't seem to crash during use but still annoying that it does it.
version is 4.20.2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.