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
&40;
int32 RevisionNumber
&41; const
Remarks
Find an item from the history with the specified revision number. a history item or NULL if the item could not be found
Parameters
Name | Description |
---|---|
RevisionNumber | the revision number to look for |