Update Quick Start
parent
06279b71a6
commit
889c34b586
@ -4,4 +4,10 @@ Here is a quick start guide to getting a custom spell in the demo map that comes
|
||||
|
||||
in the *SpellPlayground* folder under *Enums*, open the *E_SpellEffects* enum and add a new entry here for the effect you wish to add. The demo spell crafting UI will auto populate it once we add it as a craftable effect. For this quick start guide, I will add a simple 'Fortify Mana' spell effect.
|
||||
|
||||

|
||||

|
||||
|
||||
### Add the new effect to the crafting menu
|
||||
|
||||
Next, under the path *SpellPlayground/Demo/UI/Widgets* open the *WBP_SpellCraftingMenu* and go the the graph tab in the upper right (not designer). There is a variable there titled *PossibleSpellEffects*. Select it and add a new element to the array and select your newly added effect.
|
||||
|
||||

|
Loading…
x
Reference in New Issue
Block a user