My Error is described here:
If i use UFUNCTION(NetMulticast, Reliable) and i want to use GENERATED_BODY() i get these described errors. But if i use GENERATED_UCLASS_BODY() it compiles.
UFUNCTION(NetMulticast, Reliable)
GENERATED_BODY()
GENERATED_UCLASS_BODY()
This is bad because GENERATED_UCLASS_BODY() is deprecated, right?
How can i solve this problem/bug?
does someone work on this bug?
Hi Wandêrer,
Since your other post contains all of the relevant information, I will focus on that post.