Description
Wiki Description
Overrides the voice type for this actor - set to None to clear.
Documentation Comment
Sets the actor's override voice type
Caveats
Parameters
Examples
; Override the prisoner with the gruff male voice type
Prisoner.SetOverrideVoiceType(GruffMale); Reset the voice type to the original one
Prisoner.SetOverrideVoiceType(None)Auto-Generated Example
VoiceType myVoiceType__akVoiceType
myActor__toCallFunctionOn.SetOverrideVoiceType(myVoiceType__akVoiceType)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
