I have an Actor Class Blueprint. This actor contains a mesh with must have collision and physics. I want to choose if the mesh is static, skeletal of destructible. So want to build my scene within the blueprint by blueprint code.
The point is… When I want to use the mesh as collision for this actor, I need to replace the DefaultSceneRoot by the mesh. This works as expected. But how is this done by code ?