EOS_IntegratedPlatform_Steam_Options

EOS API reference page for EOS_IntegratedPlatform_Steam_Options

2 분 소요

This data structure is part of the IntegratedPlatform Interface.

Remarks

Required initialization options to use with EOS_IntegratedPlatform_Options for Steam. Steamworks API needs to be at least v1.13 Steam Sanitization requires at least v1.45

See Also

EOS_IntegratedPlatform_Options

Properties

EOS_IntegratedPlatform_Steam_Options

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_INTEGRATEDPLATFORM_STEAM_OPTIONS_API_LATEST.
const char* OverrideLibraryPathUsage of this parameter is dependent on the specified EOS_EIntegratedPlatformManagementFlags. Optional with EOS_IPMF_LibraryManagedByApplication. Set to override the loaded library basename, or use NULL to assume the default basename by platform: - Linux: libsteam_api.so, - macOS: libsteam_api.dylib, - Windows 32-bit: steam_api.dll, - Windows 64-bit: steam_api64.dll. Required with EOS_IPMF_LibraryManagedBySDK. Set to a fully qualified file path to the Steamworks SDK runtime library on disk.
uint32_t SteamMajorVersionUsed to specify the major version of the Steam SDK your game is compiled against, e.g.: Options.SteamMajorVersion = 1;
uint32_t SteamMinorVersionUsed to specify the minor version of the Steam SDK your game is compiled against, e.g.: Options.SteamMinorVersion = 57;