ISourceControlModule::QueueStatusUpdate

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

Unreal Engine C++ API Reference > Developer > SourceControl > ISourceControlModule > QueueStatusUpdate

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h
Include #include "ISourceControlModule.h"
void QueueStatusUpdate
(
    const [FString](API\Runtime\Core\Containers\FString) & InFilename
)

Remarks

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

Parameters

Name Description
InFilename The file to queue.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library