Navigation
API > API/Developer > API/Developer/UndoHistory > API/Developer/UndoHistory/Widgets
Inheritance Hierarchy
- IReflectionDataProvider
- IConcertReflectionDataProvider
References
| Module | UndoHistory |
| Header | /Engine/Source/Developer/UndoHistory/Public/Widgets/IReflectionDataProvider.h |
| Include | #include "Widgets/IReflectionDataProvider.h" |
Syntax
class IReflectionDataProvider
Remarks
Provides reflection data to SUndoHistoryDetails.
On editor builds reflection data is fully available however on non-editor builds there is no straightforward way of obtaining it. For example, Concert implements this interface to return data where available.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FString > | GetClassDisplayName
(
const FSoftClassPath& ClassPath |
||
| TOptional< FPropertyReflectionData > | GetPropertyReflectionData
(
const FSoftClassPath& ClassPath, |
||
| bool | HasClassDisplayName
(
const FSoftClassPath& ClassPath |
||
| bool |