Navigation
Unreal Engine C++ API Reference > Developer > UndoHistory > Widgets
References
Module | UndoHistory |
Header | /Engine/Source/Developer/UndoHistory/Public/Widgets/IReflectionDataProvider.h |
Include | #include "Widgets/IReflectionDataProvider.h" |
Syntax
namespace UE
{
namespace UndoHistory
{
enum EPropertyType
{
ObjectProperty,
StructProperty,
EnumProperty,
ArrayProperty,
Other,
}
}
}
Values
Name | Description |
---|---|
ObjectProperty | |
StructProperty | |
EnumProperty | |
ArrayProperty | |
Other |