I do not know why it does not work to me. I do that like following
PublicDependencyModuleNames.AddRange(
new string {
“Core”,
“CoreUObject”,
“Engine”,
“OnlineSubsystem”,
“OnlineSubsystemUtils”,
“AssetRegistry”,
“AIModule” } );
I do not know why it does not work to me. I do that like following
PublicDependencyModuleNames.AddRange(
new string {
“Core”,
“CoreUObject”,
“Engine”,
“OnlineSubsystem”,
“OnlineSubsystemUtils”,
“AssetRegistry”,
“AIModule” } );