Get All Meshes Within a BP

Edit: Your function is correct, but instead of setting the array, add each one to the array. Then return the array. Your current implementation will only have 1 static mesh in the array. Also, you need to return after the for loop completes, not during the loop body.