QueueStatusUpdate

Overload list

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

  Type Name Description
Public function void

QueueStatusUpdate ( const TArray< UPackage* >& InPackages
)

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

QueueStatusUpdate ( const TArray< FString >& InFilenames
)

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

QueueStatusUpdate ( UPackage* InPackage
)

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

QueueStatusUpdate ( const FString& InFilename
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page