Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTrackedActivity
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTrackedActivity
(
const FTrackedActivity& O |
Misc/TrackedActivity.h | ||
FTrackedActivity
(
const TCHAR* Name, |
Ctor | Misc/TrackedActivity.h |
FTrackedActivity(const FTrackedActivity &)
| Name | FTrackedActivity |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TrackedActivity.h |
| Include Path | #include "Misc/TrackedActivity.h" |
FTrackedActivity
(
const FTrackedActivity & O
)
FTrackedActivity(const TCHAR , const TCHAR , ELight, EType, int32)
Description
Ctor
| Name | FTrackedActivity |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TrackedActivity.h |
| Include Path | #include "Misc/TrackedActivity.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/TrackedActivity.cpp |
FTrackedActivity
(
const TCHAR * Name,
const TCHAR * Status,
ELight Light,
EType Type,
int32 SortValue
)
Parameters
| Name | Remarks |
|---|---|
| Name | Name of tracked activity |
| Status | Initial status of tracked activity |
| Light | for the activity. Will show as a dot in front of activity in console |
| Type | Decides where activity information show in console. Activity is to the left, Info to the right |
| SortValue | Decides in what order within type the activity will show in console. Lower value means earlier |