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