ISourceControlRevision::Get

Get this revision of the file & store it in a temp file.

Windows
MacOS
Linux

References

Module

SourceControl

Header

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

Include

#include "ISourceControlRevision.h"

Syntax

bool Get
(
    FString & InOutFilename
) const

Remarks

Get this revision of the file & store it in a temp file.

Returns

true if the operation succeeded.

Parameters

Parameter

Description

InOutFilename

The filename that the revision will be written to. If this is empty a temp filename will be generated and returned in this string.

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