if WallStaticMesh is only component set it as root component insted of register
RootComponent = WallStaticMesh;
as far as i know you don’t need to register components, you use addcomponent instad, but root component is added automaticlly so you don’t need to do that either, only when you got non-root components
As for break point, where it actully breaks?