Navigation
API > API/Runtime > API/Runtime/Engine
Interface to support custom widget for object diffs
| Name | IDiffCustomObject |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/DiffResults.h |
| Include Path | #include "DiffResults.h" |
Syntax
class IDiffCustomObject : public TSharedFromThis< IDiffCustomObject >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IDiffCustomObject
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDiffCustomObject() |
DiffResults.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< SWidget > GetNewWidget() |
DiffResults.h | ||
TSharedPtr< SWidget > GetOldWidget() |
DiffResults.h |