Description
Wiki Description
Does this actor have a family relationship with the specified actor? Or with anyone if no actor is passed.
Documentation Comment
Checks to see if this actor has a family relationship with the other actor - or anyone (if no actor is passed)
Parameters
ActorakOther=NONE
CK Wiki Description
The actor to check against. If None, then see if this actor has a family relationship with anyone.
- Default:None
Examples
No human-generated examples found for this function.
Auto-Generated Example
Actor myActor__akOther
bool returnedValue = myActor__toCallFunctionOn.HasFamilyRelationship(myActor__akOther)