Navigation
Unreal Engine C++ API Reference > Developer > UndoHistory > Widgets
Inheritance Hierarchy
- IReflectionDataProvider
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 |
---|---|---|
~IReflectionDataProvider () |
Functions
Type | Name | Description |
---|---|---|
TOptional< F... | GetClassDisplayName ( const FSoftClassPath& ClassPath ) | |
TOptional< F... | GetPropertyReflectionData ( const FSoftClassPath& ClassPath, FName PropertyName ) | |
bool | HasClassDisplayName ( const FSoftClassPath& ClassPath ) | |
bool | SupportsGetPropertyReflectionData () |