Description
Wiki Description
Sends the event passed to the actor's sub graphs.
Documentation Comment
Send an event to the subgraphs of an actor.
Caveats
Parameters
stringasEventName
CK Wiki Description
The event to send to the actor's sub graph.
Examples
; Start Jake's flaming skin animation
Jake.PlaySubGraphAnimation("PlayFireSkinAnim")Auto-Generated Example
string myString__asEventName
myActor__toCallFunctionOn.PlaySubGraphAnimation(myString__asEventName)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
