Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/TraitCore > API/Plugins/AnimNext/TraitCore/FExecutionContext
| Type | Name | Description | |
|---|---|---|---|
| void | BindTo
(
const FAnimNextGraphInstancePtr& InGraphInstance |
Binds the execution context to the specified graph instance if it differs from the currently bound instance. | |
| void | BindTo
(
FAnimNextGraphInstance& InGraphInstance |
Binds the execution context to the specified graph instance if it differs from the currently bound instance. | |
| void | BindTo
(
const FWeakTraitPtr& TraitPtr |
Binds the execution context to the graph instance that owns the specified trait if it differs from the currently bound instance. |