ILocalizationServiceModule::SetProvider

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

Windows
MacOS
Linux

References

Module

LocalizationService

Header

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

Include

#include "ILocalizationServiceModule.h"

Syntax

void SetProvider
(
    const FName & InName
)

Remarks

Set the current localization service provider to the one specified here by name. This will assert if the provider does not exist.

Parameters

Parameter

Description

InName

The name of the provider

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