MovieScene::DiscreteSize

Calculate the size of a discrete frame range, taking into account inclusive/exclusive boundaries.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneTimeHelpers.h

Include

#include "MovieSceneTimeHelpers.h"

Syntax

namespace MovieScene
{
    int32 MovieScene::DiscreteSize
    (
        const TRange< FFrameNumber > & InRange
    )
}

Remarks

Calculate the size of a discrete frame range, taking into account inclusive/exclusive boundaries.

Returns

The size of the range (considering inclusive and exclusive boundaries)

Parameters

Parameter

Description

InRange

The range to calculate for. Must be a frinite range.

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