Using Components
Components let us add objects to our Actors through its default properties. We can think of it like a weapon-upgrade system in a game: You can add a silencer, laser sight, a bigger clip to a weapon. With an Actor, we could add a static mesh, a directional light, or an ambient sound using Components. Let's take a look.
Creating Components