Caveats
Examples
; Get the race that the player is
ActorBase PlayerBase = Game.GetPlayer().GetBaseObject() as ActorBase
Race PlayerRace = PlayerBase.GetRace()Auto-Generated Example
Race returnedValue = myActorBase__toCallFunctionOn.GetRace()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
