Create HierarchicalInstancedStaticMeshComponent from C++

Posting this for others who need it, as there is no info on it (outside the engine itself).

Same as an instanced static mesh, but you must include the header (is there a reason this isn’t done automatically, like with regular instancedstaticmesh.h ?

#include "Components/HierarchicalInstancedStaticMeshComponent.h"