Actor Component Static mesh?

It is very possible, also modular and helpful all around. The ability to pack chunks of reusable behaviour into Actor Components is simply too good to gloss over.

Actor Components do not have rendering capabilities so they cannot have static mesh components themselves. They can, however, have a variable of static mesh component type. Assign a static mesh to a variable in the Actor Component and then:

If you want to do in dynamically: