お世話になっております
SteamのAPIを使いたくて Online Subsystem Steamを有効にする設定をしているのですが
うまく機能しません
やったこと
DefoltEngine.iniファイルの編集
[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName=“GameNetDriver”,DriverClassName=“OnlineSubsystemSteam.SteamNetDriver”,DriverClassNameFallback=“OnlineSubsystemUtils.IpNetDriver”)
[OnlineSubsystem]
DefaultPlatformService=Steam
[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480
[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName=“OnlineSubsystemSteam.SteamNetConnection”
エンジンに入っているSteamのOnlineSubsystemを有効化
これ以外にも必要な作業があるのでしょうか
やりたいことは右下にSteamのバーをポップアップさせたいだけです