SetSubGraphFloatVariable - Actor

Revision as of 23:23, 20 December 2017 by imported>Scrivener07 (Wiki pages on this site should be linked using the internal url notation. Keep in mind pages are case sensitive as well.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script (Requires 1.6)

Set a variable on all of an actor's sub graphs.

SyntaxEdit

Function SetSubGraphFloatVariable(string asVariableName, float afValue) native

ParametersEdit

  • asVariableName: The variable name of the variable you'd like to set on all actor's sub graphs.
  • afValue: The value you'd like to set for the above variable.

Return ValueEdit

None.

ExamplesEdit

; Set Jake's skin's blend time to 1.0 seconds.
Jake.SetSubGraphFloatVariable("fBlendTime", 1.0)

NotesEdit

  • A full list of variables can be found here.
  • External discussion thread is available here.

See AlsoEdit