Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Struct for RelationshipUpdated event
| Name | FRelationshipUpdated |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Social.h |
| Include Path | #include "Online/Social.h" |
Syntax
struct FRelationshipUpdated
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LocalAccountId | FAccountId | Account Id of the Local User whose friends list changed | Online/Social.h | |
| NewRelationship | ERelationship | New relationship | Online/Social.h | |
| OldRelationship | ERelationship | Previous relationship | Online/Social.h | |
| RemoteAccountId | FAccountId | Account Id of the User whose status changed | Online/Social.h |