Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
artberry's avatar
artberry
Explorer
9 years ago
Solved

Question about Entitlement check

Hello  I don't know how to use entitlement check function in the 4.13 unreal engine. This is the first time to use entitlement check function.  I added to the DefaultEngine.ini [OnlineSub...
  • brian_jew's avatar
    9 years ago
    In your Build.cs, also add:

    PrivateDependencyModuleNames.Add("OnlineSubsystemOculus");

    You don't need OnlineSubsystem in your Public Dependencies since you already have it in your private dependency
  • artberry's avatar
    9 years ago
    Thank you Brian