FScopedLocalizationService

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

Unreal Engine C++ API Reference > Developer > LocalizationService

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

Type Name Description
  FScopedLocalizationService () Constructor; Initializes localization service Provider

Destructors

Type Name Description
  ~FScopedLocalizationService () Destructor; Closes localization service Provider

Functions

Type Name Description
ILocalizatio... GetProvider () Get the provider we are using

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library