Description
Wiki Description
Gets the ActorBase that owns this cell. Will return None if the cell isn't owned by an actor.
Documentation Comment
Gets the actor that owns this cell (or none if not owned by an actor)
Caveats
Examples
; Does the emperor's base actor own the non-life star?
bool ownsNonLifeStar = (NonLifeStarProperty.GetActorOwner() == Emperor.GetActorBase())Auto-Generated Example
ActorBase returnedValue = myCell__toCallFunctionOn.GetActorOwner()Related Pages
- Cell
- Cell.SetActorOwner(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
