Description
Wiki Description
Is this actor a child actor?
Documentation Comment
Is this actor a child?
Examples
; Is Bob a child?
bool bobIsAChild = Bob.IsChild()Auto-Generated Example
bool returnedValue = myActor__toCallFunctionOn.IsChild()
Is this actor a child actor?
Is this actor a child?
; Is Bob a child?
bool bobIsAChild = Bob.IsChild()bool returnedValue = myActor__toCallFunctionOn.IsChild()