Navigation
API > API/Plugins > API/Plugins/UAF
A trait that acts as dependency that can be established between an external system and an AnimNext event.
| Name | FRigVMTrait_ModuleEventDependency |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Module/RigVMTrait_ModuleEventDependency.h |
| Include Path | #include "Module/RigVMTrait_ModuleEventDependency.h" |
Syntax
USTRUCT (Meta=(Hidden))
struct FRigVMTrait_ModuleEventDependency : public FRigVMTrait
Inheritance Hierarchy
- FRigVMStruct → FRigVMTrait → FRigVMTrait_ModuleEventDependency
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMTrait_ModuleEventDependency() |
Module/RigVMTrait_ModuleEventDependency.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EventName | FName | The event to execute relative to. | Module/RigVMTrait_ModuleEventDependency.h |
|
| Ordering | EAnimNextModuleEventDependencyOrdering | How to execute relative to the event. | Module/RigVMTrait_ModuleEventDependency.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnAddDependency
(
const UE::UAF::FModuleDependencyContext& InContext |
Override point that adds the dependency. | Module/RigVMTrait_ModuleEventDependency.h | |
virtual void OnRemoveDependency
(
const UE::UAF::FModuleDependencyContext& InContext |
Override point that removes the dependency. | Module/RigVMTrait_ModuleEventDependency.h |