Caveats
CK Wiki - Notes
This function should only be used on actors that are alive.
This function should only be used on unique actors because the race is changed on the base actor data.
Parameters
RaceakRace=NONE
CK Wiki Description
The actors new Race.
- Default:None - The default will set the actors race back to the original race.
Examples
; Set the fan's race to elf
AnnoyingFan.SetRace(ElfRace)Auto-Generated Example
Race myRace__akRace
myActor__toCallFunctionOn.SetRace(myRace__akRace)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
