Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTrackedActivity
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Update
(
const TCHAR* Status,
uint32 Index
)
|
Updates status. If Index is ~0u entry at top of stack will be updated (which is the one showing) |
Misc/TrackedActivity.h |
|
|
|
Misc/TrackedActivity.h |
|
void Update
(
const TCHAR* Status,
ELight Light,
uint32 Index
)
|
|
Misc/TrackedActivity.h |
|
Update(const TCHAR *, uint32)
Description
Updates status. If Index is ~0u entry at top of stack will be updated (which is the one showing)
| |
|
| Name |
Update |
| 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 |
void Update
(
const TCHAR * Status,
uint32 Index
)
Update(ELight, uint32)
| |
|
| Name |
Update |
| 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 |
void Update
(
ELight Light,
uint32 Index
)
Update(const TCHAR *, ELight, uint32)
| |
|
| Name |
Update |
| 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 |
void Update
(
const TCHAR * Status,
ELight Light,
uint32 Index
)