Add a StaticMeshComponent to an Actor

Here is the better link about that, because this is the official documentation (search StaticMesh):

https://docs.unrealengine.com/latest/INT/Programming/UnrealArchitecture/Reference/Classes/index.html

By the way, they also say that doing that is not the right thing to do. You may have to use Blueprint to define properties like that.