Description
Wiki Description
Set a variable on all of an actor's sub graphs.
Documentation Comment
Set a variable on all of an actor's subgraphs
Caveats
Parameters
stringasVariableName
CK Wiki Description
The variable name of the variable you'd like to set on all actor's sub graphs.
floatafValue
CK Wiki Description
The value you'd like to set for the above variable.
Examples
; Set Jake's skin's blend time to 1.0 seconds.
Jake.SetSubGraphFloatVariable("fBlendTime", 1.0)Auto-Generated Example
string myString__asVariableName
float myFloat__afValue
myActor__toCallFunctionOn.SetSubGraphFloatVariable(myString__asVariableName, myFloat__afValue)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
