ConvertInsertAndSort

Set the value at the specified time and index into the arrays, sorted and converted to frame numbers We need this since some legacy channels and sections may not be sorted and we now expect time,value arrays to be sorted.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneFrameMigration.h"

Syntax

template<typename T>
void ConvertInsertAndSort
(
    int32 IndexAt,
    FFrameNumber NewFrame,
    T & Value,
    TArray< FFrameNumber > & Times,
    TArray< T > & Values
)

Remarks

Set the value at the specified time and index into the arrays, sorted and converted to frame numbers We need this since some legacy channels and sections may not be sorted and we now expect time,value arrays to be sorted.

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