π· UBL Events Overview
π How UBL Events Work
- Blueprint Event is Triggered β Inside an Unreal Engine Blueprint.
- UBL Handles the Event β Processes the logic via UE4SS Lua scripts.
- Mod Behavior Executes β Changes occur dynamically in-game.
UBL Events allow modders to interact with the gameβs mechanics without modifying the base game files.
π UBL Event Format & Usage
All UBL events in this documentation follow a standardized format to ensure consistency.
π How to Navigate:
- Refer to the sidebar to browse individual event documentation and usage examples.
Naming Conventions
All character, skin, or palette names inside the events must be written exactly as they appear in the game files!
Using incorrect names may cause the event to fail or behave unexpectedly.