Add New Action


To add new Action, create blueprint from class DASAction.


Action must implement event ReceiveExecute and call function FinishExecute when it ends.


Variables that should be exposed, must be marked as InstanceEditable.

This simple action example will print debug message when AI will execute it.