FOnlineTournamentQueryFilter

Filters to use when querying for tournament information.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h

Include

#include "Interfaces/OnlineTournamentInterface.h"

Syntax

struct FOnlineTournamentQueryFilter

Remarks

Filters to use when querying for tournament information.

Some of these fields may be required, depending on the backing online system. Some fields may not be specified if other fields are specified, depending on the backing online system.

Variables

Name Description

Public variable

TOptional< EOnl...

 

Format

Filter tournament information that does not match this tournament format

Public variable

TOptional< uint...

 

Limit

Limit the results to this many entries

Public variable

TOptional< uint...

 

Offset

Start the results this many entries in

Public variable

TOptional< EOnl...

 

ParticipantType

Filter tournament information that does not match this participant type

Public variable

TOptional< FUni...

 

PlayerId

Only include tournament information that includes this player

Public variable

TOptional< EOnl...

 

SortDirection

Sort the results in this direction

Public variable

TOptional< FOnl...

 

TeamId

Only include tournament information that includes this team (on team tournaments)

Enums

Name

Description

Public enum

EOnlineTournamentSortDirection

What direction to sort these results by (useful when specifying limits and offsetts)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss