Description
Wiki Description
Does this actor have a parent relationship with the specified actor?
Documentation Comment
Checks to see if this actor has a parent relationship with the other actor
Parameters
ActorakOther
CK Wiki Description
The actor to check against.
Examples
No human-generated examples found for this function.
Auto-Generated Example
Actor myActor__akOther
bool returnedValue = myActor__toCallFunctionOn.HasParentRelationship(myActor__akOther)