Component created in C++ not editable in BP

When you compiling for the first time - Unreal remember UPROPERTY, so changing it later will not make effect. You need to rename component in C++, recreate blueprint or change parent class to something and then back to reinnit blueprint. I didn`t find good solution how to resolve this better without rebuilding blueprint manually but even this solution can help you

1 Like