Navigation
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. |