Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include | #include "PropertyEditorModule.h" |
Syntax
namespace FPropertyAccess
{
enum Result
&123;
MultipleValues,
Fail,
Success,
&125;
}
Values
| Name | Description |
|---|---|
| MultipleValues | Multiple values were found so the value could not be read |
| Fail | Failed to set or get the value |
| Success | Successfully set the got the value |
Remarks
Potential results from accessing the values of properties