Description
Wiki Description
Sets the actor as the actor cause of this object.
Documentation Comment
Sets this object's actor cause to the specified actor
Parameters
ActorakActor
CK Wiki Description
The Actor to set as this object's actor cause. If None, it will clear it.
Examples
No human-generated examples found for this function.
Auto-Generated Example
Actor myActor__akActor
myObjectReference__toCallFunctionOn.SetActorCause(myActor__akActor)