![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Types/SlateAttributeMetaData.h"#include "Algo/BinarySearch.h"#include "Layout/Children.h"#include "Stats/Stats.h"#include "Types/ReflectionMetadata.h"#include "Widgets/SWidget.h"#include <limits>Namespaces | |
| namespace | UE |
| namespace | UE::Private |
Helper function that can be used inside the debuggers watch window. E.g. "DebugSlateAttribute(this, 0)" E.g. "DebugSlateAttribute((SWidget*)(0x123456789), 0)"
| DECLARE_CYCLE_STAT | ( | TEXT("UpdateAllAttributes") | , |
| STAT_Slate_UpdateAllAttributes | , | ||
| STATGROUP_Slate | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("UpdateChildrenOnlyVisibilityAttributes") | , |
| STAT_Slate_UpdateChildrenOnlyVisibilityAttributes | , | ||
| STATGROUP_Slate | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("UpdateExceptVisibilityAttributes") | , |
| STAT_Slate_UpdateExceptVisibilityAttributes | , | ||
| STATGROUP_Slate | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("UpdateVisibilityAttributes") | , |
| STAT_Slate_UpdateVisibilityAttributes | , | ||
| STATGROUP_Slate | |||
| ) |