Navigation
Unreal Engine C++ API Reference > Developer > UndoHistory > Widgets
Inheritance Hierarchy
References
Module | UndoHistory |
Header | /Engine/Source/Developer/UndoHistory/Public/Widgets/SUndoHistoryDetails.h |
Include | #include "Widgets/SUndoHistoryDetails.h" |
Syntax
class SUndoHistoryDetails : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
Functions
Type | Name | Description |
---|---|---|
void | Construct ( const FArguments& InArgs, TSharedRef< UE::UndoHistory::IRefle... ) | Construct this widget |
void | Reset () | Clear the details panel. |
void | SetSelectedTransaction ( const FTransactionDiff& InTransact... ) | Set the transaction to be displayed in the details panel. |
Overridden from SWidget
Type | Name | Description |
---|---|---|
void | Tick ( const FGeometry& AllottedGeometry, const double InCurrentTime, const float InDeltaTime ) | SWidget interface |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |
Typedefs
Name | Description |
---|---|
FTreeItemTextFilter | |
FUndoDetailsTreeNodePtr |