So. I’m making a quick simple/dirty game in UE4 using the Blueprint First Person template. How can I get rid of the player model that appears when I play the game? Eg. The arms and gun.
Thanks
1 Like
You can edit the blueprint to make the model invisible. Open Game/Blueprint/MyCharacter, go to Components and click the Mesh1P HeroFPP component. Then under Details, in the Rendering section, uncheck Visible. Compile the blueprint and save the project.
Thank you!