Removed a bunch of stuff from Slate standard include, created SlateBasics.h

* Moved Slate.h into SlateBasics.h and began shifting less commonly used headers into SlateExtras.h.
* Slate.h now simply includes SlateBasics.h and SlateExtras.h.
* Slate.h includes a deprecated warning now to indicate that SlateBasics.h + specific includes should be used instead.
* Moved dozens of inlined functions using Slate widgets into .cpp files to avoid header dependencies.
* All code samples now include SlateBasics.h and SlateExtras.h so future shifts will not break most those projects, but not trigger the deprecation warning of including Slate.h.
#BUN

[CL 2329610 by Wes Hunt in Main branch]
This commit is contained in:
Wes Hunt
2014-10-14 22:50:06 -04:00
committed by UnrealBot
parent a7375cd95c
commit 31e2bb00ac
653 changed files with 4317 additions and 3222 deletions

View File

@@ -17,6 +17,7 @@
#include "SPropertyEditorEditInline.h"
#include "ObjectEditorUtils.h"
#include "SColorPicker.h"
#include "SSearchBox.h"
#define LOCTEXT_NAMESPACE "SDetailsView"