1. Declaration of custom EventTag in C++ .h file

The declaration here is similar to the declaration of GameplayTag.

Untitled

Example definition:

Untitled

Untitled

2. Definition of declared EventTag in C++ .cpp file

Example definition:

Untitled

Untitled