ISourceControlState::FindHistoryRevision

Find an item from the history with the specified revision.

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
(
    const FString & InRevision
) const

Remarks

Find an item from the history with the specified revision.

Returns

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

Parameters

Parameter

Description

InRevision

the revision identifier 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