Navigation
API > API/Plugins > API/Plugins/ChangelistReview
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SSourceControlReview
References
| Module | ChangelistReview |
| Header | /Engine/Plugins/Editor/ChangelistReview/Source/Public/SSourceControlReview.h |
| Include | #include "SSourceControlReview.h" |
Syntax
class SSourceControlReview : public SCompoundWidget
Remarks
Used to select a changelist and diff it's changes
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Constructs the widget | |
| void | EditComment
(
FReviewComment& Comment |
||
| const TArray< FReviewComment > * | GetReviewCommentsForFile
(
const FString& FilePath |
Returns an array of review comments that are | |
| FString | |||
| bool | IsFileInReview
(
const FString& File |
||
| void | LoadChangelist
(
const FString& Changelist |
Pulls up changelist record from source control | |
| bool | OpenChangelist
(
const FString& Changelist |
Open changelist for review together with filling in the UI as if it was loaded for review by user. | |
| void | PostComment
(
FReviewComment& Comment |
||
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| EChangelistState | |
| ESourceControlAction | |
| FChangelistFileData |