UE::UndoHistory::EPropertyType

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  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library