Navigation
API > API/Plugins > API/Plugins/SteamSockets
References
| Module | SteamSockets |
| Header | /Engine/Plugins/Runtime/Steam/SteamSockets/Source/SteamSockets/Public/SteamSocketsTaskManagerInterface.h |
| Include | #include "SteamSocketsTaskManagerInterface.h" |
Syntax
class FSteamSocketsTaskManagerInterface
Remarks
A base task manager interface for handling messages from the Steamworks SDK to pipe to the SteamSocketsSubsystem This is mostly an empty interface used to allow for creation of uniqueptrs of the task manager interface without exposing Steam data types.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSteamSocketsSubsystem * | SocketSubsystem |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSteamSocketsTaskManagerInterface
(
FSteamSocketsSubsystem* SocketSub |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Tick () |
A function that will be called on every update tick of the SteamSocketsSubsystem |