Add a new Element
How to add a new Element (Wind/Water/etc)
Files used: E_Element
1.) Modify the Element data table
Open the E_Element.
Just add a new Element to the 'E_Element' and that's it! No need to do more.
Done!
I got UStruct issues after making changes to a Blueprint Structure!
To prevent broken references in the Blueprint System of the Unreal Engine, be sure to only save the Structure file you made changes on and close the editor without saving any other files (Enums are safe to save). This is an issue that can occur when working with Structures in Unreal Engine.
If you already have the issues then try to refresh all nodes on each file that gives an error by hitting File -> Refresh all Nodes
Last updated