I have closed the editor and compiled in VS I have compiled in the editor after re-opening the editor from compiling in VS, but still my UPROPERTY does not show in the editor.
It is EditDefaultsOnly. This means it will only show up in the class defaults settings.
Try making it EditAnywhere and see if it shows up.
1 Like
it wasn’t in the class default settings either, setting it to EditAnywhere didn’t change it. It is still not visible in the blueprints.
solved it. I didn’t realize the reference to the component itself also has to have the UPROPERTY tag for anything to show inside the editor
1 Like