Navigation
API > API/Developer > API/Developer/SourceControl
Inheritance Hierarchy
- TSharedFromThis
- ISourceControlOperation
- FSourceControlOperationBase
- FGetChangelistDetails
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include | #include "SourceControlOperations.h" |
Syntax
class FGetChangelistDetails : public FSourceControlOperationBase
Remarks
This operations query the source control to extract all the details available for a given changelist. The operations returns a collection of key/value corresponding to the details available. The list of key/value is specific to the source control implementation.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGetChangelistDetails
(
FString&& InChangelistNumber |
|||
FGetChangelistDetails
(
FStringView InChangelistNumber |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< TMap< FString, FString > > & | |||
| const FString & | |||
| void | SetChangelistDetails
(
TArray< TMap< FString, FString >>&& InChangelistDetails |
||
| void | SetChangelistNumber
(
const FString& InChangelistNumber |