Rock Gameplay Events
Introduction
Brief overview of the plugin's purpose
Rock Gameplay Events is a powerful Unreal Engine plugin that streamlines level design by enabling direct event binding within the editor. This intuitive system allows developers to create interactive gameplay elements without writing custom code for each interaction or being limited with specific interfaces.
Purpose
Game development often requires connecting various objects and systems: buttons that open doors, pressure plates that trigger traps, light switches for a room full of lights.
Traditionally, this requires one of several different common solutions:
- Writing custom blueprint logic for each interaction.
- e.g. A lightswitch might contain an array of 'BaseLight' classes.
- Creating reusable interfaces that can be sometimes limiting.
- e.g. A light switch might contain an array of Interactable classes. But now the interface needs to be far more generalized, and might be harder to achieve specific scenarios without un-generalizing the interactable interface.
- Using Level Blueprints.
- Has a whole assortment of pitfalls and issues with scalability and flexibility.
Rock Gameplay EVents eliminates these pain points by providing a straight forward and visual approach to connecting gameplay elements directly in the level editor.
Key Features:
- Editor-Based Event Binding: Connect objects and events with simple visual references.
- Universal Compatibility: works with all existing multicast delegates and blueprint callable functions.
- Helper Gameplay Node Actors: Increase flexibility of 1-off actions by providing some common functionality that works with both UE in general, but further enhances this tool.
- Zero Code Changes required: Integrates directly with your existing delegates and functions. Unlike many other systems that require code changes, or adherence to base actors or interfaces. You can start using this plugin immediatelly
- Visual Debugging: Color-coded debug lines display incoming and outgoing connections. Easily and visually see interconnected actors.
Inspired Design
Rock Gameplay Events draws inspiration from intuitive event systems in tools like UEFN (Unreal Editor for Fortnite), Valve's Source Engine, and many other game engines. It brings a streamlined approach making otherwise complex interactions interactions more accessible to developers of all skill levels.
Simplicity without sacrifice.
Support
The github issues is the best place to file issues or via FAB's listed contact email for more personalized support.