FDetailsDiff

Struct to handle showing details for an object and provide an interface for listing all differences

Windows
MacOS
Linux

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

Name Description

Public function

FDetailsDiff

(
    const UObject* InObject,
    FOnDisplayedPropertiesChanged InOnD...
)

Destructors

Name Description

Public function

~FDetailsDiff()

Functions

Name Description

Public function

TSharedRef< ...

 

DetailsWidget()

Returns actual widget that is used to display details

Public function Const

void

 

DiffAgainst

(
    const FDetailsDiff& Newer,
    TArray< FSingleObjectDiffEntry >& ...,
    bool bSortByDisplayOrder
)

Perform a diff against another view, ordering either by display order or by remove/add/change

Public function Const

const UObjec...

 

GetDisplayedObject()

Returns object being displayed

Public function Const

TArray< FPro...

 

GetDisplayedProperties()

Returns a list of all properties that would be diffed

Public function

void

 

HighlightProperty

(
    const FPropertySoftPath& PropertyN...
)

Attempt to highlight the property with the given path, may not always succeed

Typedefs

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