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