UTimeManagementBlueprintLibrary::Conv_FrameRateToSeconds

Converts an FrameRate to a float ie: 1/30 returns 0.0333333

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 float Conv_FrameRateToSeconds
(
    const FFrameRate & InFrameRate
)

Remarks

Converts an FrameRate to a float ie: 1/30 returns 0.0333333

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