![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Math/IntPoint.h"#include "Delegates/Delegate.h"#include "Internationalization/Text.h"#include "Math/Color.h"#include "Layout/Visibility.h"#include "Layout/Margin.h"#include "Animation/CurveHandle.h"#include "Animation/CurveSequence.h"#include "Styling/ISlateStyle.h"#include "Styling/SlateColor.h"#include "Styling/SlateWidgetStyleAsset.h"#include "Input/Reply.h"#include "Widgets/DeclarativeSyntaxSupport.h"#include "Widgets/SCompoundWidget.h"#include "Engine/GameViewportClient.h"#include "GameFramework/PlayerController.h"#include "GameMenuWidgetStyle.h"Go to the source code of this file.
Classes | |
| class | FMenuPanel |
| class | SGameMenuPageWidget |
Namespaces | |
| namespace | EPanelState |
Enumerations | |
| enum | EPanelState::Type { EPanelState::Opening , EPanelState::Open , EPanelState::Closing , EPanelState::Closed } |
Functions | |
| DECLARE_DELEGATE_OneParam (FPanelStateChanged, bool) | |
| DECLARE_DELEGATE_OneParam | ( | FPanelStateChanged | , |
| bool | |||
| ) |