FRegionInfo

Locale and country code

Windows
MacOS
Linux

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

Name Description

Public variable

FString

 

Country

Country code used for configuring things like currency/pricing specific to a country. eg. US

Public variable

FString

 

Locale

Local code used to select the localization language. eg. en_US

Constructors

Name Description

Public function

FRegionInfo

(
    const FString& InCountry,
    const FString& InLocale
)

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