You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Added forward declare and header files to accomodate for Win64 compilation errors of previous submission.
#rb none [CL 7323162 by Alexander Sanoja in Dev-Editor branch]
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include "DataTableRowUtlis.h"
|
||||
#include "EditorStyleSet.h"
|
||||
#include "Framework/MultiBox/MultiBoxBuilder.h"
|
||||
#include "Widgets/Input/SEditableText.h"
|
||||
#include "Misc/MessageDialog.h"
|
||||
|
||||
#define LOCTEXT_NAMESPACE "SDataTableListViewRowName"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "DataTableEditorUtils.h"
|
||||
|
||||
class FDataTableEditor;
|
||||
|
||||
class SEditableText;
|
||||
/**
|
||||
* A widget to represent a row in a Data Table Editor widget. This widget allows us to do things like right-click
|
||||
* and take actions on a particular row of a Data Table.
|
||||
|
||||
Reference in New Issue
Block a user