ConvertRange

Converts a range from one type of bounds to another.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneSequenceTransform.h

Include

#include "Evaluation/MovieSceneSequenceTransform.h"

Syntax

template<typename InBoundType, typename OutBoundType>
TRange< OutBoundType > ConvertRange
(
    const TRange< InBoundType > & Range
)

Remarks

Converts a range from one type of bounds to another. The output bounds type must be implicitely constructable from the input bounds type.

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