Copying //UE4/Dev-Editor to Dev-Main (//UE4/Dev-Main) for 4.23 From CL 6837861

#rb none


#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: chris.gagnon
#ROBOMERGE-SOURCE: CL 6838042 in //UE4/Main/...
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v366-6836689)

[CL 6874679 by chris gagnon in Dev-Build branch]
This commit is contained in:
chris gagnon
2019-06-07 05:27:42 -04:00
parent 0d9ffed59e
commit 72ba51c5bd
1442 changed files with 166057 additions and 6435 deletions

View File

@@ -99,10 +99,7 @@ public:
SLATE_END_ARGS()
/** Constructor */
SSourceControlSubmitWidget()
{
}
~SSourceControlSubmitWidget();
/** Constructs the widget */
void Construct(const FArguments& InArgs);
@@ -216,6 +213,9 @@ private:
/** Currently selected sorting mode */
EColumnSortMode::Type SortMode;
/** Submit Description saved when the widget is destroyed if canceled */
static FText SavedChangeListDescription;
};
class SSourceControlSubmitListRow : public SMultiColumnTableRow<TSharedPtr<FSubmitItem>>