![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Components/Widget.h"#include "Slate/SObjectTableRow.h"#include "Blueprint/UserWidgetPool.h"#include "Input/DragAndDrop.h"#include "Blueprint/DragDropOperation.h"#include "Widgets/Layout/SSpacer.h"#include "Widgets/Views/STableRow.h"#include "Widgets/Views/STileView.h"#include "Widgets/Views/STreeView.h"#include "Framework/Application/SlateApplication.h"#include "Styling/UMGCoreStyle.h"#include "ListViewBase.generated.h"Go to the source code of this file.
Macros | |
| #define | IMPLEMENT_TYPED_UMG_LIST(ItemType, ListPropertyName) |
| #define IMPLEMENT_TYPED_UMG_LIST | ( | ItemType, | |
| ListPropertyName | |||
| ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnListEntriesGeneratedDynamic | , |
| int32 | , | ||
| NumEntries | |||
| ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnListEntryGeneratedDynamic | , |
| UUserWidget * | , | ||
| Widget | |||
| ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnListEntryReleasedDynamic | , |
| UUserWidget * | , | ||
| Widget | |||
| ) |