Trying to get the avatar for the current player based on the online system and couldn’t find any functionality for it. However, I was trying to see if I could use the steam interface based off this post, but whenever I attempt to access SteamFriends/SteamUser/SteamUtils I get an error such as:
Error 1 error LNK2001: unresolved external symbol __imp_SteamUser C:\UE4.5\Engine\Intermediate\ProjectFiles\Controller.cpp.obj
Am I missing some header file somewhere, as intellisense seems to find SteamUser() easily enough.