Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/IAnimNextModuleInterface
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/IAnimNextModuleInterface.h |
| Include | #include "IAnimNextModuleInterface.h" |
| Source | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Private/AnimNextModuleImpl.cpp |
static IAnimNextModuleInterface & Get()
Remarks
WARNING These functions are here because the schedule currently cannot have tasks defined in external plugins. And as such, we must be able to update and evaluate graphs from AnimNext even though they are implementation details of the AnimNextAnimGraph. When AnimNextAnimGraph's module will load, it will register callbacks that AnimNext will call when we need to update/evaluate graphs.