FPropertyAccess::Result

Potential results from accessing the values of properties

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h

Include

#include "PropertyEditorModule.h"

Syntax

namespace FPropertyAccess
{
    enum Result
    {
        MultipleValues,
        Fail,
        Success,
    }
}

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss