Hello,
I need to use steam groups in my game, but noticed that the IOnlineGroupsInterface doesn’t seem to exist yet for steam (no OnlineGroupsInterfaceSteam.h/cpp in the private steam dir), and in the OnlineSubsystemSteam.cpp, GetGroupsInterface() always returns a nullptr:
IOnlineGroupsPtr FOnlineSubsystemSteam::GetGroupsInterface() const
{
return nullptr;
}
Any chances it will work soon or should i take the time to learn to use the steam api directly ?
Thanks
Cedric