Navigation
Unreal Engine C++ API Reference > Developer > LocalizationService > ILocalizationServiceState
References
Module | LocalizationService |
Header | /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceState.h |
Include | #include "ILocalizationServiceState.h" |
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [ILocalizationServiceRevision](API\Developer\LocalizationService\ILocalizationServiceRevision), ESPMode::ThreadSafe > GetHistoryItem ( int32 HistoryIndex ) const
Remarks
Get an item from the history a history item or NULL if none exist
Parameters
Name | Description |
---|---|
HistoryIndex | the index of the history item |