FTickTaskManagerInterface::GetEnabledTickFunctionCounts

Returns a map of enabled ticks, grouped by 'diagnostic context' string, along with count of enabled ticks

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/TickTaskManagerInterface.h

Include

#include "TickTaskManagerInterface.h"

Syntax

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss