Add a new Crowd Control
Files used: E_CrowdControl,
BPC_RPGSystem
Open the
E_CrowdControl
.Just add a new entry for your new Crowd Control.
Open the BPC_RPGSystem and go to the ‘OnCrowdControl’ Function.
Here you can set up your logic for your new CrowdControl.
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