Navigation
API > API/Plugins > API/Plugins/UAF
Useful aliases.
| Name | UE::UAF::ETaskRunLocation |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Module/TaskRunLocation.h |
| Include Path | #include "Module/TaskRunLocation.h" |
Syntax
namespace UE
{
namespace UAF
{
enum ETaskRunLocation
{
Before,
After,
}
}
}
Values
| Name | Remarks |
|---|---|
| Before | Run the task before the specified task. |
| After | Run the task after the specified task. |