Navigation
API > API/Plugins > API/Plugins/UAF
The relative ordering of a module dependency.
| Name | EAnimNextModuleEventDependencyOrdering |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Module/RigVMTrait_ModuleEventDependency.h |
| Include Path | #include "Module/RigVMTrait_ModuleEventDependency.h" |
Syntax
enum EAnimNextModuleEventDependencyOrdering
{
Before,
After,
}
Values
| Name | Remarks |
|---|---|
| Before | This dependency executes before the specified module event. |
| After | This dependency executes after the specified module event. |