watson-unreal-sdk-plugin
watson-unreal-sdk-plugin copied to clipboard
Rephrasing step 6 of setup
It may be helpful to rephrase the Step 6 of Setup to something like:
Step 6: Change :
PrivateDependencyModuleNames.AddRange(new string[] {});
to
PrivateDependencyModuleNames.AddRange(new string[] {
"WatsonSdk",
"Voice"
});