ISourceControlModule::QueueStatusUpdate

Queues a file to have its source control status updated in the background.

Windows
MacOS
Linux

References

Module

SourceControl

Header

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

Include

#include "ISourceControlModule.h"

Syntax

void QueueStatusUpdate
(
    const FString & InFilename
)

Remarks

Queues a file to have its source control status updated in the background.

Parameters

Parameter

Description

InFilename

The file to queue.

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