Member of: Actor Script
Is this actor a child actor?
bool Function IsChild() native
None.
Whether this actor is a child or not.
; Is Bob a child? bool bobIsAChild = Bob.IsChild()