Navigation
API > API/Editor > API/Editor/PropertyEditor
Potential results from accessing the values of properties
| Name | FPropertyAccess::Result |
| Type | enum |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include Path | #include "PropertyEditorModule.h" |
Syntax
namespace FPropertyAccess
{
enum Result
{
MultipleValues,
Fail,
Success,
}
}
Values
| Name | Remarks |
|---|---|
| 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 |