Navigation
Unreal Engine C++ API Reference > Developer > LocalizationService
Inheritance Hierarchy
- TSharedFromThis
- ILocalizationServiceOperation
- FConnectToProvider
References
Module | LocalizationService |
Header | /Engine/Source/Developer/LocalizationService/Public/LocalizationServiceOperations.h |
Include | #include "LocalizationServiceOperations.h" |
Syntax
class FConnectToProvider : public ILocalizationServiceOperation
Remarks
Operation used to connect (or test a connection) to localization service
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FText | OutErrorText | Error text for easy diagnosis |
![]() |
FString | Password | Password we use for this operation |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FText & | GetErrorText () |
|
![]() ![]() |
const FString & | GetPassword () |
|
![]() |
void | SetErrorText
(
const FText& InErrorText |
|
![]() |
void | SetPassword
(
const FString& InPassword |