FScopedLocalizationService

Helper class that ensures FLocalizationService is properly initialized and shutdown by calling Init/Close in its constructor/destructor respectively.

Windows
MacOS
Linux

References

Module

LocalizationService

Header

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

Include

#include "LocalizationServiceHelpers.h"

Syntax

class FScopedLocalizationService

Remarks

Helper class that ensures FLocalizationService is properly initialized and shutdown by calling Init/Close in its constructor/destructor respectively.

Constructors

Name Description

Public function

FScopedLocalizationService()

Constructor; Initializes localization service Provider

Destructors

Name Description

Public function

~FScopedLocalizationService()

Destructor; Closes localization service Provider

Functions

Name Description

Public function

ILocalizatio...

 

GetProvider()

Get the provider we are using

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