Description
Wiki Description
Removes this actor from the specified faction. If the faction was the actor's crime faction, the actor's crime faction will be cleared.
Documentation Comment
Removes this actor from the specified faction
Caveats
Parameters
Examples
; Remove boss from the bad guy faction
Boss.RemoveFromFaction(BadGuyFaction)Auto-Generated Example
Faction myFaction__akFaction
myActor__toCallFunctionOn.RemoveFromFaction(myFaction__akFaction)Related Pages
- Actor
- Actor.GetFactionRank(...)
- Actor.ModFactionRank(...)
- Actor.SetFactionRank(...)
- Actor.IsInFaction(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
