Navigation
Unreal Engine C++ API Reference > Developer > SourceControl > ISourceControlState > FindHistoryRevision
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 > FindHistoryRevision ( int32 RevisionNumber ) 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 |