[4.7p2] server rpc declaration?

Hi,

you get this Warning because auf the changes they made in Version 4.7. Klick here for an answer: Link

In 4.7+ your header has to look linke this:

UFUNCTION(...)
virtual void ServerSetBodyTexturePath(const FString& NewBodyTexturePath)
virtual void ServerSetBodyTexturePath_Implementation(const FString& NewBodyTexturePath)