Can't see Camera component on Capsule Component

It’s been several hours now and I don’t understand why I can’t see the Camera that we added on our VRCharacter in the editor. I created the Camera on the VRCharacter and called SetupAttachment method. The code compiles but nothing appears below CapsuleComponent of the VRCharacter. See pictures below.

I saw that if I add a UPROPERTY with “visibleAnywhere” on top of the Camera declaration, I see the Camera in my editor, but why you see it without this line? And in your github repo, I see that there is only a UPROPERTY() on top of the Camera Declaration in your code without any more details between the parenthesis.

NoCameraAttached VRCharacter%20CPP%20file

In your code there isn’t even a UPROPERTY()? It definitely needs at least that.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms