UTimeManagementBlueprintLibrary::TransformTime

Converts the specified time from one framerate to another framerate.

Windows
MacOS
Linux

References

Module

TimeManagement

Header

/Engine/Source/Runtime/TimeManagement/Public/TimeManagementBlueprintLibrary.h

Include

#include "TimeManagementBlueprintLibrary.h"

Source

/Engine/Source/Runtime/TimeManagement/Private/TimeManagementBlueprintLibrary.cpp

Syntax

static FFrameTime TransformTime
(
    const FFrameTime & SourceTime,
    const FFrameRate & SourceRate,
    const FFrameRate & DestinationRate
)

Remarks

Converts the specified time from one framerate to another framerate. This is useful for converting between tick resolution and display rate.

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