ISourceControlLabel::GetFileRevisions

Get a list of file revisions at this label.

Windows
MacOS
Linux

References

Module

SourceControl

Header

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

Include

#include "ISourceControlLabel.h"

Syntax

virtual bool GetFileRevisions
(
    const FString & InFile,
    TArray< TSharedRef< class ISourceControlRevision, ESPMode::ThreadSafe > > & OutRevisions
) const

Remarks

Get a list of file revisions at this label.

Parameters

Parameter

Description

InFile

The file/directory to get

OutRevisions

The revisions retrieved by the operation

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