PropertyAccessUtil::EditorReadOnlyFlags

Flags that make a property read-only when settings its value in the editor

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyAccessUtil.h

Include

#include "UObject/PropertyAccessUtil.h"

Syntax

namespace PropertyAccessUtil
{
    static const uint64 PropertyAccessUtil::EditorReadOnlyFlags = CPF_EditConst;
}

Remarks

Flags that make a property read-only when settings its value in the editor

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