SteamCore::Friends

ISteamFriends Interface
Interface to access information about individual users and interact with the Steam Overlay.

Steamworks Documentation: https://partner.steamgames.com/doc/api/ISteamFriends

GETTING STARTED

Make sure the SteamCore Plugin is enabled
Right Click in any Blueprint and search for “Get Friends
To find all available functions / methods, search for “Friends” in the context menu
Many of the SteamCore::Friends functions / methods are static, meaning they can be called without needing to use the “Friends” subsystem reference.
Many of the SteamCore::Friends functions / methods are static, meaning they can be called without needing to use the “Friends” subsystem reference.

EXAMPLES