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 FSocialUserListConfig
Remarks
Configuration of ISocialUserList properties that are immutable once the list is created.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bAutoUpdate | Whether or not the list should be polled regularly for updates (as opposed to manually having UpdateNow triggered) |
![]() |
bool | bSortDuringUpdate | |
![]() |
ESocialUserStateFlags | ForbiddenPresenceFlags | |
![]() |
TArray< ESocialSubsystem > | ForbiddenSubsystems | |
![]() |
TArray< TFunction< bool(const USocialUser &)> > | GameSpecificStatusFilters | These functions run whenever the User broadcasts OnGameSpecificStatusChanged and if they all return true will trigger a full re-evaluation of this user for list eligibility. |
![]() |
FString | Name | |
![]() |
FOnCustomFilterUser | OnCustomFilterUser | Delegate that is evaluated every time we test a user for inclusion/exclusion. |
![]() |
ESocialRelationship | RelationshipType | |
![]() |
TArray< ESocialSubsystem > | RelevantSubsystems | |
![]() |
ESocialUserStateFlags | RequiredPresenceFlags |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FSocialUserListConfig& OtherConfig |