Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Online subsystem delegates that are more external to the online subsystems themselves This is NOT to replace the individual interfaces that have the Add/Clear/Trigger syntax
| Name | FOnlineSubsystemDelegates |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineDelegates.h |
| Include Path | #include "OnlineDelegates.h" |
Syntax
class FOnlineSubsystemDelegates
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnOnlineSubsystemCreated | TMulticastDelegate_OneParam< void, class IOnlineSubsystem * > | Notification that a new online subsystem instance has been created | OnlineDelegates.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OnOnlineSubsystemCreated | FOnOnlineSubsystemCreated | OnlineDelegates.h static declarations | OnlineDelegates.h |