Hi ambershee,
The reason for the error you see there is because the ENetMode
enum is not marked as a UENUM
. I have submitted a ticket to have this investigated (UE-19685), but a workaround for now would be to add the UENUM()
macro above the ENetMode
enum in source code.