Skip to content

Change UTexture2D -> UTexture in IOnlineAvatar

June Rhodes requested to merge avatar-2 into main

Since this is a breaking change, the registered name for the avatar interface has been changed to Avatar2. I've also changed the lobby interface to Lobby2, since it really should have been changed when the bWasKicked parameter was added to the event handler.

This is necessary because some implementations need to return a UTexture2DDynamic, which does not inherit from UTexture2D; it inherits from UTexture instead.

Merge request reports