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