Navigation
Unreal Engine C++ API Reference > Developer > SourceControl
Inheritance Hierarchy
References
Module | SourceControl |
Header | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
Include | #include "SourceControlOperations.h" |
Syntax
class FConnect : public FSourceControlOperationBase
Remarks
Operation used to connect (or test a connection) to source control
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FText | OutErrorText | Error text for easy diagnosis |
![]() |
FString | Password | Password we use for this operation |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FText & | GetErrorText () |
|
![]() ![]() |
const FString & | GetPassword () |
|
![]() |
void | SetErrorText
(
const FText& InErrorText |
|
![]() |
void | SetPassword
(
const FString& InPassword |