How to check if an actor is from a certain class?

Or alternatively:

if(Object->IsA(YourClass::StaticClass())) {}
8 Likes