ISourceControlState::GetHistoryItem

Get an item from the history

Windows
MacOS
Linux

References

Module

SourceControl

Header

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

Include

#include "ISourceControlState.h"

Syntax

TSharedPtr< class ISourceControlRevision, ESPMode::ThreadSafe > GetHistoryItem
(
    int32 HistoryIndex
) const

Remarks

Get an item from the history

Returns

a history item or NULL if none exist

Parameters

Parameter

Description

HistoryIndex

the index of the history item

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