Example of use:

Untitled

The parameter of EventTag is an array type. In order to fully support blueprints, you need to define the specific type of the parameter. The data type of the array is a shared pointer, so you can use the basic shared pointer type to define it. What you need to pay attention to is the parameter issue.

1. FEventParam

Used to define common attribute types in UE.

QQ截图20240706095306.png

Example of use:

Untitled

2. FEventParamEnum

Here is the definition of TYPE_CustomEnum. It should be noted that this enumeration class must be a standard enumeration class that can be used by UE blueprints.

Untitled