Navigation
API > API/Plugins > API/Plugins/SteamShared > API/Plugins/SteamShared/FSteamSharedModule
Description
Initializes Steam Server API and provides a handler that will keep the API valid for the lifetime of the the object. Several Handlers can be active at once.
| Name | ObtainSteamServerInstanceHandle |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Steam/SteamShared/Source/SteamShared/Public/SteamSharedModule.h |
| Include Path | #include "SteamSharedModule.h" |
| Source | /Engine/Plugins/Runtime/Steam/SteamShared/Source/SteamShared/Private/SteamSharedModule.cpp |
TSharedPtr< class FSteamServerInstanceHandler > ObtainSteamServerInstanceHandle()
A handler to the Steam Server API, use IsValid to check if the handle is initialized.