i have a silly question, what is the reguler way to identify 'enemy' actors of same class

hi again,
sorry to bother you guys with these very basic questions

wanna know the regular way to identify ‘enemy’ or actors belong to other player, they are instances of same class

use tag or sth?:rolleyes:

thanks!

The answer to this question is very game-specific and there is no “regular” way to do what you describe. I would only suggest that perhaps having an integer variable like “TeamId” would help? :slight_smile:

so simple? :confused::eek:

thanks!

Hi,

Yes, you can use actor tags for that, here is how to do it:
https://answers.unrealengine.com/questions/491098/how-to-determine-actor-tags.html

great @kontur! thanks!