Navigation
API > API/Developer > API/Developer/UndoHistory
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.
| Name | IReflectionDataProvider |
| Type | class |
| Header File | /Engine/Source/Developer/UndoHistory/Public/Widgets/IReflectionDataProvider.h |
| Include Path | #include "Widgets/IReflectionDataProvider.h" |
Syntax
class IReflectionDataProvider
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IReflectionDataProvider() |
Widgets/IReflectionDataProvider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< FString > GetClassDisplayName
(
const FSoftClassPath& ClassPath |
Widgets/IReflectionDataProvider.h | ||
TOptional< FPropertyReflectionData > GetPropertyReflectionData
(
const FSoftClassPath& ClassPath, |
Widgets/IReflectionDataProvider.h | ||
bool HasClassDisplayName
(
const FSoftClassPath& ClassPath |
Widgets/IReflectionDataProvider.h | ||
bool SupportsGetPropertyReflectionData() |
Widgets/IReflectionDataProvider.h |