Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTickTaskManagerInterface
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/TickTaskManagerInterface.h |
| Include | #include "TickTaskManagerInterface.h" |
void GetEnabledTickFunctionCounts
(
UWorld * InWorld,
TSortedMap < FName , int32 , FDefaultAllocator , FNameFastLess > & TickContextToCountMap,
int32 & EnabledCount,
bool bDetailed,
bool bFilterCoolingDown
)
Remarks
Returns a map of enabled ticks, grouped by 'diagnostic context' string, along with count of enabled ticks