Navigation
API > API/Runtime > API/Runtime/Core
Enum to specify status light for an activity Is used by the new console to show a colored dot in front of the tracked activity entry
| Name | ETrackedActivityLight |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TrackedActivity.h |
| Include Path | #include "Misc/TrackedActivity.h" |
Syntax
enum ETrackedActivityLight
{
None,
Red,
Yellow,
Green,
Inherit,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Red | |
| Yellow | |
| Green | |
| Inherit |