I was getting weird warning messages while updating my plugin to UE5.1.
LogClass: Warning: Short type name "EKronosMatchmakingFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/Kronos.EKronosMatchmakingFlags").
I finally figured out that it was referring to a Bitmasked function param. So to fix the issue, I had to change
I found a fix to the bitflag issue, thanks anyway.
.
.
.
.
.
.
.
.
.
...Ok I'm not an a* XD, open Here for the fix
Unreal (at 5.4) even if you specify the correct path to the Enum in the UFUNCTION meta, keeps behaving badly when using bitflags in variables if you do not add =ββ to the Bitmask meta.