![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Widgets/SCompoundWidget.h"#include "Widgets/DeclarativeSyntaxSupport.h"#include "Application/ThrottleManager.h"#include "Animation/CurveSequence.h"Go to the source code of this file.
Classes | |
| class | STabDrawer |
Enumerations | |
| enum class | ETabDrawerOpenDirection : uint8 { Left , Right , Bottom } |
|
strong |
| DECLARE_DELEGATE_OneParam | ( | FOnDrawerClosed | , |
| TSharedRef< STabDrawer > | |||
| ) |
| DECLARE_DELEGATE_OneParam | ( | FOnDrawerFocusLost | , |
| TSharedRef< STabDrawer > | |||
| ) |
| DECLARE_DELEGATE_TwoParams | ( | FOnDrawerTargetSizeChanged | , |
| TSharedRef< STabDrawer > | , | ||
| float | |||
| ) |