Invoke Event

Invokes a CommandEvent, which is the equivalent of UnityEvent that can be used in a command.
This specific command (Invoke Event) only supports static parameters. To use a CommandEvent with dynamic parameters, you can create a custom command that contains your own command event type using CommandEvent<> generic class. Read more about CommandEvent.