XaiJu
CodeLikeMe
CodeLikeMe

patreon


Unreal Engine 5 - Writing Plugins in C++

Today I am going to show you how to write a plugin in unreal engine 5 using C++. Here, we will create a simple button plugin that turns the currently open level into a night scene. Basically, the plugin will identify the directional light in the scene and reduce its intensity. Then if there is a post-process volume, the plugin will adjust the auto exposure settings to make the scene darker. If there is no post-process volume, the plugin will automatically add an unbound post-process volume and set exposure settings accordingly. Then, we will look into how to package the plugin and use it in other projects.  Apart from the basics of plugin writing, here we will learn how to add and manipulate objects in the level in editor time through c++.


password=CodeLikeMe_NightButton

Unreal Engine 5 - Writing Plugins in C++

More Creators