File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33#pragma once
44
5- #include " SlateCore.h"
5+ #include " Runtime/SlateCore/Public/ SlateCore.h"
66#include " EditorStyle.h"
77#include " PythonConsoleModule.h"
88
Original file line number Diff line number Diff line change 11// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
22
33#pragma once
4- #include " BaseTextLayoutMarshaller.h"
4+ #include " Runtime/Slate/Public/Framework/Text/ BaseTextLayoutMarshaller.h"
55#include " TextFilterExpressionEvaluator.h"
6- #include " SlateCore.h"
6+ #include " Runtime/SlateCore/Public/ SlateCore.h"
77#include " UnrealEnginePython.h"
88#include " Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h"
99#include " Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h"
Original file line number Diff line number Diff line change 22
33#pragma once
44
5- #include " SlateBasics.h"
5+ #include " Runtime/Slate/Public/ SlateBasics.h"
66
77/* * Style of the debug console */
88namespace EPythonConsoleStyle
Original file line number Diff line number Diff line change 11// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
22
33#include " SPythonEditor.h"
4- #include " SMultiLineEditableText.h"
4+ #include " Runtime/Slate/Public/Widgets/Text/ SMultiLineEditableText.h"
55#include " PYRichTextSyntaxHighlighterTextLayoutMarshaller.h"
66#include " SPythonEditableText.h"
77#include " Runtime/Core/Public/Misc/FileHelper.h"
You can’t perform that action at this time.
0 commit comments