Navigation
API > API/Plugins > API/Plugins/ElectraBase
A parsed RFC-5646 language tag.
| Name | FLanguageTag |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/BCP47-Helpers.h |
| Include Path | #include "Utilities/BCP47-Helpers.h" |
Syntax
struct FLanguageTag
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExtendedLanguage | FString | Any extended language sub parts (up to three) separated by hyphens. | Utilities/BCP47-Helpers.h | |
| Extensions | TArray< FString > | The extension sub parts, if given. | Utilities/BCP47-Helpers.h | |
| FullLanguage | FString | The full language string if it consists of more than just the primary language. | Utilities/BCP47-Helpers.h | |
| PrimaryLanguage | FString | The primary language only. | Utilities/BCP47-Helpers.h | |
| PrivateUse | FString | The private use part, if given. | Utilities/BCP47-Helpers.h | |
| Region | FString | The region sub part, if given. | Utilities/BCP47-Helpers.h | |
| Script | FString | The script sub part, if given. | Utilities/BCP47-Helpers.h | |
| Variants | TArray< FString > | The variant sub parts, if given. | Utilities/BCP47-Helpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Empty() |
Utilities/BCP47-Helpers.h | ||
| Utilities/BCP47-Helpers.h | |||
| Utilities/BCP47-Helpers.h |