Description
Wiki Description
Gets the Faction that owns this object. Will return None if the object isn't owned by a faction.
Documentation Comment
Gets the faction that owns this object (or None if not owned by a Faction)
Caveats
Examples
; Does the empire own the walker?
bool ownsWalker = (WalkerProperty.GetFactionOwner() == EmpireFactionProperty)Auto-Generated Example
Faction returnedValue = myObjectReference__toCallFunctionOn.GetFactionOwner()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
