Sorted.
Needed to rebuild project files after adding Steam Subsystem into PublicDependancyModuleNames and after that I could access it through :
IOnlineSubsystem* OnlineSub = IOnlineSubsystem::Get();
FOnlineSubsystemSteam* OnlineSubSteam = static_cast<FOnlineSubsystemSteam*>(OnlineSub);