ILocalizationServiceModule

Interface for talking to localization service providers

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

ILocalizationServiceModule

References

Module

LocalizationService

Header

/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceModule.h

Include

#include "ILocalizationServiceModule.h"

Syntax

class ILocalizationServiceModule : public IModuleInterface

Remarks

Interface for talking to localization service providers

Functions

Name Description

Public function Static

ILocalizatio...

 

Get()

Gets a reference to the localization service module instance.

Public function Const

ILocalizatio...

 

GetProvider()

Get the localization service provider that is currently in use.

Public function Const

bool

 

GetUseGlobalSettings()

Get whether we should use global or per-project settings

Public function Const

*virtual...

 

IsEnabled()

Check whether localization service is enabled.

Public function

*virtual...

 

QueueStatusUpdate

(
    const TArray< FLocalizationServiceT...
)

Public function

void

 

SetProvider

(
    const FName& InName
)

Set the current localization service provider to the one specified here by name.

Public function

void

 

SetUseGlobalSettings

(
    bool bIsUseGlobalSettings
)

Set whether we should use global or per-project settings

Public function

void

 

Tick()

Tick the localization service module.

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