Navigation
API > API/Plugins > API/Plugins/UAF
Dependency type passed to AddDependency in FSystemReference/FUAFWeakSystemReference etc.
| Name | UE::UAF::ESystemDependency |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Module/SystemDependency.h |
| Include Path | #include "Module/SystemDependency.h" |
Syntax
namespace UE
{
namespace UAF
{
enum ESystemDependency
{
Prerequisite,
Subsequent,
}
}
}
Values
| Name | Remarks |
|---|---|
| Prerequisite | Dependency runs before the specified event. |
| Subsequent | Dependency runs after the specified event. |