Description
Wiki Description
Waits for the specified animation event from this object to happen before returning.
Documentation Comment
Waits for the animation graph to send the specified event
Parameters
stringasEventName
CK Wiki Description
The event to wait for
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__asEventName
bool returnedValue = myObjectReference__toCallFunctionOn.WaitForAnimationEvent(myString__asEventName)