#include <DiffResults.h>
|
| virtual | ~IDiffCustomProperty ()=default |
| |
| virtual void | HighlightProperty (const TSharedPtr< IDiffCustomObject > Widget)=0 |
| |
| TSharedRef< IDiffCustomProperty, Mode > | AsShared () |
| |
| TSharedRef< IDiffCustomProperty const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< IDiffCustomProperty, Mode > | AsWeak () |
| |
| TWeakPtr< IDiffCustomProperty const, Mode > | AsWeak () const |
| |
| TWeakPtr< SubobjectType, Mode > | AsWeakSubobject (SubobjectType *SubobjectPtr) const |
| |
| void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const |
| |
| void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const |
| |
| UE_FORCEINLINE_HINT bool | DoesSharedInstanceExist () const |
| |
◆ ~IDiffCustomProperty()
| virtual IDiffCustomProperty::~IDiffCustomProperty |
( |
| ) |
|
|
virtualdefault |
◆ HighlightProperty()
The documentation for this class was generated from the following file: