EPropertyAccessCompatibility

Enum describing property compatibility

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "IPropertyAccessEditor.h"

Syntax

enum EPropertyAccessCompatibility
{
    Incompatible,
    Compatible,
    Promotable,
}

Values

Name

Description

Incompatible

Properties are incompatible.

Compatible

Properties are directly compatible.

Promotable

Properties can be copied with a simple type promotion.

Remarks

Enum describing property compatibility

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