Info |
---|
Before Cavernizing the Explode Command, refer to Unreal CVT Explode Documentation in order to properly setup Explode components in the Level. |
BP_BasePawn
Add
AC_Cavrnus_Explode
toBP_BasePawn
.
BP_ExplodeComponent
In order to prevent the parent EventBeginPlay from overriding the parent
BP_BaseCommandComponent
Begin Play node, add a call to the parent function as shown below. Remember,BP_BaseCommandComponent
has the initial Cavrnus SpaceConnection logic from which this child class uses.
Locate in the same
BP_ExplodeComponent
...
...
the Setup Option Buttons comment group and bypass the original CVT logic with the Cavrnus logic shown below.
BP_Explode
Lastly, this change is more for consistency in what is expected when reading the current state of an animation in the journal. If the animation is active, it will be true and vice versa. Lets remove the negation as shown below.
The Explode Command is now synced!