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 TArray< FString > & InFilenames
)

Remarks

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

Parameters

Parameter

Description

InFilenames

The files 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