Navigation
Unreal Engine C++ API Reference > Developer > LocalizationService
Inheritance Hierarchy
- TSharedFromThis
- ILocalizationServiceRevision
References
Module | LocalizationService |
Header | /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceRevision.h |
Include | #include "ILocalizationServiceRevision.h" |
Syntax
class ILocalizationServiceRevision : public TSharedFromThis< ILocalizationServiceRevision, ESPMode::ThreadSafe >
Remarks
Abstraction of a localization revision from a localization service provider.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Virtual destructor |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FDateTime & | GetDate () |
Date of the revision |
![]() ![]() |
const FString & | GetRevision () |
String representation of the revision |
![]() ![]() |
int32 | Number of the revision | |
![]() ![]() |
const FString & | GetUserName () |
User name of the submitter |