UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TrackedActivity.h File Reference

Go to the source code of this file.

Classes

class  FTrackedActivity
 
struct  FTrackedActivity::FInfo
 
class  FTrackedActivityScope
 

Macros

#define UE_ENABLE_TRACKED_IO   1
 
#define UE_SCOPED_IO_ACTIVITY(...)   FTrackedActivityScope ANONYMOUS_VARIABLE(IOActivity_)(FTrackedActivity::GetIOActivity(), __VA_ARGS__);
 

Enumerations

enum class  ETrackedActivityLight : uint8 {
  None , Red , Yellow , Green ,
  Inherit
}
 

Macro Definition Documentation

◆ UE_ENABLE_TRACKED_IO

#define UE_ENABLE_TRACKED_IO   1

Enabled tracking of IO

◆ UE_SCOPED_IO_ACTIVITY

Enumeration Type Documentation

◆ ETrackedActivityLight

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

Enumerator
None 
Red 
Yellow 
Green 
Inherit