It looks like you are destroying the floortile and after destroying it you are trying to pull some data from the actor. You should always destroy an actor at the end of a function as opposed to in the middle of it.
It looks like you are destroying the floortile and after destroying it you are trying to pull some data from the actor. You should always destroy an actor at the end of a function as opposed to in the middle of it.