Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/EditorRevisionControlHelpers
Use currently set source control provider to query a file's source control state. Note: Blocks until action is complete.
Target is Source Control Helpers
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | In File | The file to query - can be either fully qualified path, relative path, long package name, asset path or export text path (often stored on clipboard) |
| boolean | Silent | if false (default) then write out any error info to the Log. Any error text can be retrieved by LastErrorMsg() regardless. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value | Source control state - see USourceControlState. It will have bIsValid set to false if it could not have its values set. |