UTimeManagementBlueprintLibrary::IsValid_MultipleOf

Checks if this framerate is an even multiple of another framerate, ie: 60 is a multiple of 30, but 59.94 is not.

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 bool IsValid_MultipleOf
(
    const FFrameRate & InFrameRate,
    const FFrameRate & OtherFramerate
)

Remarks

Checks if this framerate is an even multiple of another framerate, ie: 60 is a multiple of 30, but 59.94 is not.

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