Check on the object tag

Is there an analog test object on the tag as it is implemented in Unity?

I don’t get what you mean by analog test object on the tag. But yeah, actors in UE4 have a tag array so you can assign them any number of tags you want to them and check them later, there’s also a Get All Actors with Tag function that you can use.