Hey,
I'm actually trying to package (to HTML5) a simple UE4 project with the PlayFab plugin.
Everything is working in editor, like Login and GetUserData BP nodes.
But I can't package the project, it shows me an error that I don't understand.
I put the logs here :
Log.txt
UBT-TopDown-HTML5-Development.txt
I know that the plugin doesn't test or officially support HTML5, but the publisher on the marketplace says :
"HTML5 shouldn't do or require anything special, so it's reasonably likely it will just work. Feel free to try it and let us know. If it does not work, you can file a bug with specific details, and we'll likely fix it."
I just added "HTML5" in the .uplugin file, in the WhitelistPlatforms list of all modules.
So I'm here!
Has anyone ever experienced this before?
Answer by Alexandre Depail · Feb 11, 2021 at 08:57 PM
I answer myself :
Just forgot to add the line
PrivateDependencyModuleNames.AddRange(new string[] { "PlayFab", "PlayFabCpp", "PlayFabCommon" });
in my build.cs file.
Let's talk Unreal Engine(And the Entity API) 1 Answer
What's the Title Shared Secret in the GetTitlePublicKey Request (unreal engine 4) 1 Answer
Unreal Authentication Context 1 Answer
How do I find the fields to input into RedeemMatchmakerTicket in UE4? 1 Answer
LocalVMAgent not working while running container mode for UE4 server build 2 Answers