In 4.12 version, I cannot find where this HiddenInGame option is under capsulecomponent-rendering
I have also tried it in code but nothing changes
this->GetCapsuleComponent()->SetVisibility(true);
this->GetCapsuleComponent()->SetHiddenInGame(false);
How can I do this in this version ?
Edit: I had to restart the editor for it to work