Back to Projects

Unreal Editor Utilities Showcase

Unreal Engine 5.1BlueprintsC++Python

Editor Utility Widget and Tool Menu integration

Project Overview

A comprehensive Unreal Engine plugin and demonstration game that showcases editor utility features through practical implementation. This project combines a plugin for efficient actor management with a first-person platformer that demonstrates the plugin's capabilities in a real game environment. The plugin allows developers to easily identify and fix incorrectly placed actors, manage lighting relationships, and handle collision issues, while the accompanying game serves as both a testing environment and practical example of the plugin's applications.

Key Features

  • Editor Utility Widget for intelligent actor selection based on multiple criteria including light proximity and collision state
  • Tool Menu System for automated actor manipulation and issue resolution
  • Customizable actor flagging system for tracking and managing scene objects
  • Multi-level first-person platformer game demonstrating practical plugin applications
  • Real-time collision detection and resolution system
  • Advanced lighting relationship management tools
  • Python-powered customized details panel for dynamic property filtering

Challenges & Solutions

Implementing complex actor manipulation tools that work reliably in the editor environment

Developing robust collision detection and resolution algorithms that handle edge cases

Creating an intuitive UI that integrates seamlessly with Unreal's existing editor interface

Building a game environment that effectively demonstrates all plugin features while remaining engaging

Balancing automated actor management with maintaining precise control for developers

Outcome

Successfully developed a plugin that automates common actor management tasks

Created a two-level game that serves as both testing environment and showcase

Implemented automated solutions for floating actor correction and collision resolution

Developed an intuitive UI that integrates naturally with the Unreal Editor

Demonstrated practical applications of editor features in a real game environment

Technical Stack

Engine

  • Unreal Engine 5.1

Programming

  • Blueprints
  • C++
  • Python (Editor Scripting)

Assets

  • Ultimate FPS Puzzle Kit
  • Water Materials