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
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 |
|
Functions
Public