Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include | #include "OnlineSubsystemTypes.h" |
Syntax
class FRegionInfo
Remarks
Locale and country code
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Country | Country code used for configuring things like currency/pricing specific to a country. eg. US | |
| FString | Locale | Local code used to select the localization language. eg. en_US |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRegionInfo
(
const FString& InCountry, |