ISourceControlState::FindHistoryRevision

Find an item from the history with the specified revision number.

Windows
MacOS
Linux

References

Module

SourceControl

Header

/Engine/Source/Developer/SourceControl/Public/ISourceControlState.h

Include

#include "ISourceControlState.h"

Syntax

TSharedPtr< class ISourceControlRevision, ESPMode::ThreadSafe > FindHistoryRevision
(
    int32 RevisionNumber
) const

Remarks

Find an item from the history with the specified revision number.

Returns

a history item or NULL if the item could not be found

Parameters

Parameter

Description

RevisionNumber

the revision number to look for

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss