Enum parameter with UFUNCTION

Hey -

When you create a new class, the source file for the class includes the project’s header file but the class header does not have this include statement. If you have your Enum in its own class that is included in your project header, you will need to add an include statement for either the Enum class or the project header to the new class header.

Cheers