|
| FActivity * | Create (const TCHAR *Name, const TCHAR *Status, ELight Light, EType Type, int32 SortValue) |
| |
| void | Destroy (FActivity *Activity) |
| |
| uint32 | Push (FActivity &Activity, const TCHAR *Status, bool bShowParent, ELight Light) |
| |
| void | Pop (FActivity &Activity) |
| |
| void | Update (FActivity &Activity, const TCHAR *Status, uint32 Index) |
| |
| void | Update (FActivity &Activity, const TCHAR *Status, ELight Light, uint32 Index) |
| |
| void | Update (FActivity &Activity, ELight Light, uint32 Index) |
| |
| FTrackedActivity::FInfo | GetInfo (const FActivity &Activity, uint32 MaxDepth, TStringBuilder< 256 > &Temp) |
| |
| void | TraverseActivities (const TFunction< void(const FTrackedActivity::FInfo &Info)> &Func) |
| |
| void | RegisterEventListener (TUniqueFunction< void(FTrackedActivity::EEvent Event, const FTrackedActivity::FInfo &Info)> &&Func, uint32 MaxDepth) |
| |
| void | UnregisterEventListener () |
| |
| void | SendEvent (FTrackedActivity::EEvent Event, FActivity &Activity) |
| |
◆ ELight
◆ EType
◆ Create()
◆ Destroy()
◆ Get()
◆ GetInfo()
◆ Pop()
◆ Push()
◆ RegisterEventListener()
◆ SendEvent()
◆ TraverseActivities()
◆ UnregisterEventListener()
| void FTrackedActivityManager::UnregisterEventListener |
( |
| ) |
|
|
inline |
◆ Update() [1/3]
◆ Update() [2/3]
◆ Update() [3/3]
◆ Activities
◆ ActivitiesCs
◆ EventFunc
◆ EventFuncMaxDepth
| uint32 FTrackedActivityManager::EventFuncMaxDepth = ~0u |
◆ IdCounter
| uint32 FTrackedActivityManager::IdCounter = 1u |
The documentation for this class was generated from the following file: