Enum in function parameter cause error

Hi LS.master101

When you use Enums in blueprint functions, it’s best to declare them as bytes.

UFUNCTION(BlueprintCallable)
int32 MyFunction(TEnumAsByte<FMyCustomEnum> myEnum);

Hope this helps.

Alex