UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SlateBasics.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
7
8#include "Misc/Timespan.h"
9#include "Core.h"
10#include "CoreUObject.h"
11#include "Json.h"
12#include "SlateCore.h"
13#include "SlateOptMacros.h"
14
16
17#include "InputCore.h"
18
19
21#include "SlateFwd.h"
22
23// Application
27#include "Textures/SlateIcon.h"
28
29// Commands
36
37// Legacy
38#include "Widgets/SWeakWidget.h"
43#include "Framework/Text/IRun.h"
59#include "Widgets/SPanel.h"
69#include "Widgets/SCanvas.h"
75#include "Widgets/Layout/SBox.h"
89#if UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_6
91#endif
97#include "Widgets/SToolTip.h"
118#include "Widgets/SViewport.h"
124
128
129// Docking Framework
133
#define MONOLITHIC_HEADER_BOILERPLATE()
Definition MonolithicHeaderBoilerplate.h:10