Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlState > API/Developer/SourceControl/ISourceControlState/FindHistoryRevision
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h |
| Include | #include "ISourceControlState.h" |
TSharedPtr< class ISourceControlRevision , ESPMode::ThreadSafe > FindHistoryRevision
(
const FString & InRevision
) const
Remarks
Find an item from the history with the specified revision. a history item or NULL if the item could not be found
Parameters
| Name | Description |
|---|---|
| InRevision | the revision identifier to look for |