![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Widgets/SInvalidationPanel.h"#include "Rendering/DrawElements.h"#include "Misc/App.h"#include "Application/SlateApplicationBase.h"#include "Styling/CoreStyle.h"#include "Layout/WidgetPath.h"#include "HAL/IConsoleManager.h"#include "Framework/Application/SlateApplication.h"#include "Types/ReflectionMetadata.h"#include "Rendering/SlateObjectReferenceCollector.h"#include "Widgets/SNullWidget.h"Functions | |
| DECLARE_CYCLE_STAT (TEXT("SInvalidationPanel::Paint"), STAT_SlateInvalidationPaint, STATGROUP_Slate) | |
| void | ConsoleVariableEnableInvalidationPanelsChanged (IConsoleVariable *) |
Variables | |
| FAutoConsoleVariableRef | CVarEnableInvalidationPanels (TEXT("Slate.EnableInvalidationPanels"), bInvalidationPanelsEnabled, TEXT("Whether to attempt to cache any widgets through invalidation panels."), FConsoleVariableDelegate::CreateStatic(ConsoleVariableEnableInvalidationPanelsChanged)) |
| void ConsoleVariableEnableInvalidationPanelsChanged | ( | IConsoleVariable * | ) |
| DECLARE_CYCLE_STAT | ( | TEXT("SInvalidationPanel::Paint") | , |
| STAT_SlateInvalidationPaint | , | ||
| STATGROUP_Slate | |||
| ) |
| FAutoConsoleVariableRef CVarEnableInvalidationPanels(TEXT("Slate.EnableInvalidationPanels"), bInvalidationPanelsEnabled, TEXT("Whether to attempt to cache any widgets through invalidation panels."), FConsoleVariableDelegate::CreateStatic(ConsoleVariableEnableInvalidationPanelsChanged)) | ( | TEXT("Slate.EnableInvalidationPanels") | , |
| bInvalidationPanelsEnabled | , | ||
| TEXT("Whether to attempt to cache any widgets through invalidation panels.") | , | ||
| FConsoleVariableDelegate::CreateStatic(ConsoleVariableEnableInvalidationPanelsChanged) | |||
| ) |