Navigation
Unreal Engine C++ API Reference > Developer > SourceControl > ISourceControlState
References
Module | SourceControl |
Header | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h |
Include | #include "ISourceControlState.h" |
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [ISourceControlRevision](API\Developer\SourceControl\ISourceControlRevision), 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 |