ILocalizationServiceRevision

Abstraction of a localization revision from a localization service provider.

Unreal Engine C++ API Reference > Developer > LocalizationService

Inheritance Hierarchy

References

   
Module LocalizationService
Header /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceRevision.h
Include #include "ILocalizationServiceRevision.h"

Syntax

class ILocalizationServiceRevision : public [TSharedFromThis< ILocalizationServiceRevision, ESPMode::ThreadSafe >](API\Runtime\Core\Templates\TSharedFromThis)  

Remarks

Abstraction of a localization revision from a localization service provider.

Destructors

Type Name Description
  ~ILocalizationServiceRevision () Virtual destructor

Functions

Type Name Description
const FDateT... GetDate () Date of the revision
const FStrin... GetRevision () String representation of the revision
int32 GetRevisionNumber () Number of the revision
const FStrin... GetUserName () User name of the submitter

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library