UKismetAnimationLibrary::K2_EndProfilingTimer

This function ends measuring a profiling bracket and optionally logs the result

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/KismetAnimationLibrary.h

Include

#include "KismetAnimationLibrary.h"

Source

/Engine/Source/Runtime/AnimGraphRuntime/Private/KismetAnimationLibrary.cpp

Syntax

static float K2_EndProfilingTimer
(
    bool bLog,
    const FString & LogPrefix
)

Remarks

This function ends measuring a profiling bracket and optionally logs the result

Returns

The time spent in milliseconds

Parameters

Parameter

Description

bLog

If set to true the result is logged to the OutputLog

LogPrefix

A prefix to use for the log

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