API reference
API reference
Select your platform
No SDKs available
No versions available

FOvrUserOptions Struct

The user_options configuration is used to specify additional settings for the FOvrUser when making a request to retrieve linked accounts using User_GetLinkedAccounts(). It allows you to customize the response by specifying the time window, maximum number of users, and service providers for which linked accounts should be retrieved.

Constructors

FOvrUserOptions ()
Signature
FOvrUserOptions::FOvrUserOptions()

Fields

MaxUsers : int32
This field specifies the maximum number of FOvrUser that should be returned in the response.
Signature
int32 FOvrUserOptions::MaxUsers
ServiceProviders : TArray< EOvrServiceProvider >
It's an array of EOvrServiceProvider objects that specifies the service providers for which linked accounts should be retrieved.
Signature
TArray<EOvrServiceProvider> FOvrUserOptions::ServiceProviders
TimeWindow : EOvrTimeWindow
This field specifies the time window in seconds for which the linked accounts should be retrieved.
Signature
EOvrTimeWindow FOvrUserOptions::TimeWindow