I used the IsA function to check if the type of the class I casted is correct. However, I noticed that when using IsA(ParentClass), it returns true even when a derived class(Child Class) is passed. Is there any function available that accurately distinguishes between a parent class and a child class?
I’m sorry for not being fluent in English and thank you in advance.