Background for Fallout 4
Member of the Actor script
voidfunctionSetSubGraphFloatVariable(stringasVariableName, floatafValue)Native

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.