FUndoDetailsTreeNode

Tree node representing a changed object and its changed properties as children.

Windows
MacOS
Linux

References

Module

UndoHistory

Header

/Engine/Source/Editor/UndoHistory/Public/Widgets/SUndoHistoryDetails.h

Include

#include "Widgets/SUndoHistoryDetails.h"

Syntax

struct FUndoDetailsTreeNode

Remarks

Tree node representing a changed object and its changed properties as children.

Variables

Name Description

Public variable

TArray< FUndoDe...

 

Children

Public variable

FString

 

Name

Public variable

FText

 

ToolTip

Public variable

TSharedPtr< FTr...

 

TransactionEvent

Public variable

FString

 

Type

Constructors

Name Description

Public function

FUndoDetailsTreeNode

(
    FString InName,
    FString InType,
    FText InToolTip,
    TSharedPtr< FTransactionObjectEvent...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss