Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/DetailsDiff.h |
| Include | #include "DetailsDiff.h" |
Syntax
class FDetailsDiff
Remarks
Struct to handle showing details for an object and provide an interface for listing all differences
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDetailsDiff
(
const UObject* InObject, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IDetailsView > | CreateDetailsView
(
const UObject* InObject, |
||
| TSharedRef< IDetailsView > | Returns actual widget that is used to display details | ||
| void | DiffAgainst
(
const FDetailsDiff& Newer, |
Perform a diff against another view, ordering either by display order or by remove/add/change | |
| const UObject * | Returns object being displayed | ||
| TArray< FPropertySoftPath > | Returns a list of all properties that would be diffed | ||
| void | HighlightProperty
(
const FPropertySoftPath& PropertyName |
Attempt to highlight the property with the given path, may not always succeed | |
| void | LinkScrolling
(
FDetailsDiff& LeftPanel, |
Link the two details panels so they scroll in sync with one another |
Typedefs
| Name | Description |
|---|---|
| FOnDisplayedPropertiesChanged |