A Demo Project for the UnrealEngineSDK
|
#include <DlgTreeViewHelper.h>
Static Public Member Functions | |
static bool | PredicateSortDialogueWeakPtrAlphabeticallyAscending (const TWeakObjectPtr< const UDlgDialogue > &First, const TWeakObjectPtr< const UDlgDialogue > &Second) |
template<typename ItemType , typename ComparisonType > | |
static void | RestoreTreeExpansionState (const TSharedPtr< STreeView< ItemType > > &InTree, const TArray< ItemType > &ItemSource, const TSet< ItemType > &OldExpansionState, ComparisonType ComparisonFunction) |
Definition at line 9 of file DlgTreeViewHelper.h.
|
inlinestatic |
Definition at line 12 of file DlgTreeViewHelper.h.
|
inlinestatic |
Restore the expansion state of the InTree with the ItemSource provided (usually the flattened tree)
Definition at line 31 of file DlgTreeViewHelper.h.