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