Navigation
API > API/Plugins > API/Plugins/OnlineServicesOSSAdapter > API/Plugins/OnlineServicesOSSAdapter/Online
Inheritance Hierarchy
- IOnlineComponent
- TOnlineComponent
- FSocialCommon
- FSocialOSSAdapter
References
| Module | OnlineServicesOSSAdapter |
| Header | /Engine/Plugins/Online/OnlineServicesOSSAdapter/Source/Public/Online/SocialOSSAdapter.h |
| Include | #include "Online/SocialOSSAdapter.h" |
Syntax
class FSocialOSSAdapter : public UE::Online::FSocialCommon
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FAuthOSSAdapter * | Auth | ||
| TMap< FAccountId, TSet< FAccountId > > | BlockedUsers | ||
| TMap< FAccountId, TMap< FAccountId, ERelationship > > | Friends | ||
| IOnlineFriendsPtr | FriendsInt | ||
| FDelegateHandle[MAX_LOCAL_PLAYERS] | OnBlockListChangedDelegateHandles | ||
| FDelegateHandle[MAX_LOCAL_PLAYERS] | OnFriendsChangedDelegateHandles |
Functions
Overridden from IOnlineComponent
| Type | Name | Description | |
|---|---|---|---|
| void | IOnlineComponent. | ||
| void | PreShutdown () |
Called before any component has been shutdown. |
Typedefs
| Name | Description |
|---|---|
| Super |