[DEV SERVER] Loading description...
Caveats
Examples
; Get the sex of a leveled actor by using GetLeveledActorBase() so you can call the GetSex() function
if myActorProperty.GetLeveledActorBase().GetSex() == 1
;do something
endifAuto-Generated Example
ActorBase returnedValue = myActor__toCallFunctionOn.GetLeveledActorBase()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
