Epic Developer Community Forums
How to check if an actor is from a certain class?
Development
Programming & Scripting
unreal-engine
Jamie_Dale
(Jamie Dale)
April 22, 2014, 4:25pm
5
Or alternatively:
if(Object->IsA(YourClass::StaticClass())) {}
8 Likes
show post in topic