Any plan to implement steam groups soon ?

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

I found a function that has something to do with Steam Groups, but I have yet to see it explained anywhere. Get Steam Groups. I further did some testing and it allows you to add a Structure and Setup Steam Group Info. But I couldn’t sort out how to make use of this like L4D2 or such does. If anyone gets it sorted out please post a working BP setup.