Hi.
I want to use FOnlineSubsystemBPCallHelper in my project.
And I added the required modules.(“OnlineSubsystem” and “OnlineSubsystemUtils”)
But if I want to include “OnlineSubsystemBPCallHelper.h”, it always says can’t open source file
OnlineSubsystemBPCallHelper.h.
Even if I inherit from UFindSessionBPCallbackProxy, it won’t do the right thing.
So…next i copied what was there in the Implementation and paste in the Declaration.
After that, in the Implementation side i Comment the duplicate code, instead in the Declaration i include the Header “OnlineSubsystemUtils.h”
You can encounter problem with the module linker because this struct is inside a Private folder, so i advise you to add “OnlineSubsystemUtils” in the Private Module of your “Project.Build.cs”
P.S. I also try include “OnlineSubsystemUtils/Private/OnlineSubsystemUtils.cpp” but without success. (Console Error: [C1083] ‘VoiceModule.h’ not such file or directory.)