#include <IUserListEntry.h>
◆ BP_OnEndEntryDropOperation()
Called when this entry accepts a drag and drop operation
◆ BP_OnEntryDragged()
Called when this entry is dragged
◆ BP_OnEntryDragOverChanged()
| UMG_API void IUserListEntry::BP_OnEntryDragOverChanged |
( |
bool |
bIsDraggingOver | ) |
|
|
protected |
Called when the the entry is dragged over
◆ BP_OnEntryDropped()
Called when this entry is dropped
◆ BP_OnEntryReleased()
Called when this entry is released from the owning table and no longer represents any list item
◆ BP_OnItemExpansionChanged()
Called when the expansion state of the item represented by this entry changes. Tree view entries only.
◆ BP_OnItemSelectionChanged()
Called when the selection state of the item represented by this entry changes.
◆ BP_OnUpdateEntryDropIndicator()
Called when the drop zone indicator is changed for this entry
◆ EndEntryDropOperation()
◆ GetOwningListView()
Returns the list view that contains this entry.
◆ HandleEntryDragged()
◆ HandleEntryDropped()
◆ IsListItemExpanded()
| bool IUserListEntry::IsListItemExpanded |
( |
| ) |
const |
Returns true if the item represented by this entry is currently expanded and showing its children. Tree view entries only.
◆ IsListItemSelectable()
| virtual bool IUserListEntry::IsListItemSelectable |
( |
| ) |
const |
|
inlinevirtual |
Advanced native-only option for specific rows to preclude themselves from any kind of selection. Intended primarily for category separators and the like. Note that this is only relevant when the row is in a list that allows selection in the first place.
◆ IsListItemSelected()
| bool IUserListEntry::IsListItemSelected |
( |
| ) |
const |
Returns true if the item represented by this entry is currently selected in the owning list view.
◆ NativeOnEntryReleased()
| void IUserListEntry::NativeOnEntryReleased |
( |
| ) |
|
|
protectedvirtual |
◆ NativeOnItemExpansionChanged()
| void IUserListEntry::NativeOnItemExpansionChanged |
( |
bool |
bIsExpanded | ) |
|
|
protectedvirtual |
◆ NativeOnItemSelectionChanged()
| void IUserListEntry::NativeOnItemSelectionChanged |
( |
bool |
bIsSelected | ) |
|
|
protectedvirtual |
These follow the same pattern as the NativeOn[X] methods in UUserWidget - super calls are expected in order to route the event to BP. See the BP events below for descriptions.
◆ ReleaseEntry()
Functionality largely for "internal" use/plumbing - see SObjectTableRow's usage. You shouldn't have any cause to call these directly.
◆ UpdateEntryDragOverState()
◆ UpdateEntryDropIndicator()
◆ UpdateItemExpansion()
◆ UpdateItemSelection()
The documentation for this class was generated from the following files: