C++
Introduction
PrivateDependencyModuleNames.AddRange(
new string[]
{
//... your other dependencies
"Steamworks",
});
//This is important to
AddEngineThirdPartyPrivateStaticDependencies(Target, "Steamworks");THIRD_PARTY_INCLUDES_START
#include <steam/steam_api.h> //For client APIs
#include <steam/steam_gameserver.h> //For server APIs
THIRD_PARTY_INCLUDES_ENDLast updated
