-
Notifications
You must be signed in to change notification settings - Fork 0
Home
In the Content/CustomContent
directory run git clone https://github.com/Tangerie/Spellbound.git
and then open the uProject
On your EventBeginPlay
add the following node. Note: It's best to bind in an actor rather than the map level.
Parameters
Action - The struct containing the default keys, mod name and event name
On Pressed - The event to be called on key press
You can break the Action pin to make things easier (as seen in the image above) to give the following parameters
Default Keys - The default keybinds to be used (multiple keybinds can be assigned but currently only the first will be used)
Mod Name - The name of your mod (to be shown in the config menu)
Event Name - The name of your keybind (to be shown in the config menu)
Before
After (Using Spellbound)