Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/User
References
| Module | Party |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/User/ISocialUserList.h |
| Include | #include "User/ISocialUserList.h" |
Syntax
class ISocialUserList
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetListName () |
||
| const TArray< TWeakObjectPtr< USocialUser > > & | GetUsers () |
||
| ISocialUserList::FOnUpdateComplete TBaseMulticastDelegate_NoParams | |||
| ISocialUserList::FOnUserAdded TBaseMulticastDelegate_OneParam | OnUserAdded () |
||
| ISocialUserList::FOnUserRemoved TBaseMulticastDelegate_OneParam | |||
| void | SetAllowAutoUpdate
(
bool bIsEnabled |
Give external overwrite to disable list auto update for perf | |
| void | SetAllowSortDuringUpdate
(
bool bIsEnabled |
||
| void | UpdateNow () |
Trigger an update of the list immediately, regardless of auto update period |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnUpdateComplete | Fires one time whenever an update results in some kind of change | ||
| FOnUserAdded | |||
| FOnUserRemoved |