EPropertyAccessResolveResult

Enum describing the result of ResolveLeafProperty

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/IPropertyAccessEditor.h

Include

#include "IPropertyAccessEditor.h"

Syntax

enum EPropertyAccessResolveResult
{
    Failed,
    SucceededInternal,
    SucceededExternal,
}

Values

Name

Description

Failed

Resolution of the path failed

SucceededInternal

Resolution of the path failed and the property is internal to the initial context

SucceededExternal

Resolution of the path failed and the property is external to the initial context (i.e. uses an object/redirector indirection)

Remarks

Enum describing the result of ResolveLeafProperty

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