Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/Graph > API/Plugins/AnimNext/Graph/FGraphInstanceComponent
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/Graph/GraphInstanceComponent.h |
| Include | #include "Graph/GraphInstanceComponent.h" |
virtual void PreUpdate
(
FExecutionContext & Context
)
Remarks
Called before the update traversal begins, before any node has been visited Note that PreUpdate won't be called if a component is created during the update traversal until the next update The execution context provided is bound to the graph root and can be bound to anything the component wishes