Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FBootProfiling
Description
Returns the amount of times the app has been activated (mobile/switch) during the specified phase. NOTE: returns -1 when an incorrect phase is passed.
| Name | GetAppActivatedCounter |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/BootProfiling.h |
| Include Path | #include "ProfilingDebugging/BootProfiling.h" |
| Source | /Engine/Source/Runtime/Core/Private/ProfilingDebugging/BootProfiling.cpp |
static int GetAppActivatedCounter
(
ECounterPhase phase
)