![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Components/Widget.h"#include "Misc/ConfigCacheIni.h"#include "Misc/UObjectToken.h"#include "CoreGlobals.h"#include "Widgets/SNullWidget.h"#include "Types/NavigationMetaData.h"#include "Widgets/IToolTip.h"#include "Widgets/DeclarativeSyntaxSupport.h"#include "Widgets/SOverlay.h"#include "UObject/ObjectSaveContext.h"#include "UObject/UObjectHash.h"#include "UObject/UObjectIterator.h"#include "UObject/Package.h"#include "Engine/LocalPlayer.h"#include "Engine/UserInterfaceSettings.h"#include "Framework/Application/SlateApplication.h"#include "Widgets/Layout/SBorder.h"#include "Widgets/Layout/SSpacer.h"#include "Widgets/SToolTip.h"#include "Binding/PropertyBinding.h"#include "Binding/States/WidgetStateBitfield.h"#include "Binding/States/WidgetStateSettings.h"#include "Binding/States/WidgetStateRegistration.h"#include "Binding/WidgetFieldNotificationExtension.h"#include "Logging/MessageLog.h"#include "Blueprint/GameViewportSubsystem.h"#include "Blueprint/UserWidget.h"#include "Blueprint/UserWidgetBlueprint.h"#include "Blueprint/WidgetBlueprintGeneratedClass.h"#include "Slate/SObjectWidget.h"#include "Blueprint/WidgetTree.h"#include "UMGStyle.h"#include "Types/ReflectionMetadata.h"#include "Trace/SlateMemoryTags.h"#include "Serialization/PropertyLocalizationDataGathering.h"#include "Components/NamedSlotInterface.h"#include "ProfilingDebugging/AssetMetadataTrace.h"#include "HAL/LowLevelMemStats.h"#include "Extensions/UIComponentContainer.h"#include "Extensions/UIComponent.h"#include "Extensions/UIComponentUserWidgetExtension.h"#include "Types/InvisibleToWidgetReflectorMetaData.h"Classes | |
| class | FDelegateToolTip |
Namespaces | |
| namespace | UE |
| namespace | UE::UMG |
| namespace | UE::UMG::Private |
Macros | |
| #define | LOCTEXT_NAMESPACE "UMG" |
Functions | |
| DECLARE_DWORD_ACCUMULATOR_STAT (TEXT("Total Created UWidgets"), STAT_SlateUTotalWidgets, STATGROUP_SlateMemory) | |
| UE_FIELD_NOTIFICATION_IMPLEMENT_CLASS_DESCRIPTOR_ThreeFields (UWidget, ToolTipText, Visibility, bIsEnabled) | |
| #define LOCTEXT_NAMESPACE "UMG" |
| DECLARE_DWORD_ACCUMULATOR_STAT | ( | TEXT("Total Created UWidgets") | , |
| STAT_SlateUTotalWidgets | , | ||
| STATGROUP_SlateMemory | |||
| ) |
| UE_FIELD_NOTIFICATION_IMPLEMENT_CLASS_DESCRIPTOR_ThreeFields | ( | UWidget | , |
| ToolTipText | , | ||
| Visibility | , | ||
| bIsEnabled | |||
| ) |