Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SDetailsDiff.h |
| Include | #include "SDetailsDiff.h" |
Syntax
struct FDetailsDiffPanel
Remarks
Panel used to display the details
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShowAssetName | True if we should show a name identifying which asset this panel is displaying | |
| const UObject * | Object | The asset that owns the details view we are showing | |
| TSharedPtr< SWidget > | OverlayRevisionInfo | The widget that contains the revision info in graph mode | |
| FRevisionInfo | RevisionInfo | Revision information for this asset |