PropertyAccessUtil::RuntimeReadOnlyFlags

Flags that make a property read-only when settings its value at runtime

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::RuntimeReadOnlyFlags = CPF_EditConst | CPF_BlueprintReadOnly;
}

Remarks

Flags that make a property read-only when settings its value at runtime

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