Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/TraitCore > API/Plugins/AnimNext/TraitCore/FExecutionContext
| Type | Name | Description | |
|---|---|---|---|
| FTraitPtr | AllocateNodeInstance
(
FAnimNextGraphInstance& GraphInstance, |
Allocates a new node instance from a trait handle using the specified graph instance If the desired trait lives in the current parent, a weak handle to it will be returned | |
| FTraitPtr | AllocateNodeInstance
(
const FTraitBinding& ParentBinding, |
Allocates a new node instance from a trait handle If the desired trait lives in the current parent, a weak handle to it will be returned | |
| FTraitPtr | AllocateNodeInstance
(
const FWeakTraitPtr& ParentBinding, |
Allocates a new node instance from a trait handle If the desired trait lives in the current parent, a weak handle to it will be returned |