FMovieSceneCompiler::CompileRange

Compile the evaluation data that is relevant for the specified range

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Compilation/MovieSceneCompiler.h

Include

#include "Compilation/MovieSceneCompiler.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Compilation/MovieSceneCompiler.cpp

Syntax

static void CompileRange
(
    TRange< FFrameNumber > InGlobalRange,
    UMovieSceneSequence & InCompileSequence,
    IMovieSceneSequenceTemplateStore & InTemplateStore
)

Remarks

Compile the evaluation data that is relevant for the specified range

Parameters

Parameter

Description

InGlobalRange

The range for which to compile the evaluation data, in the time-space of InCompileSequence

InCompileSequence

The Sequence to compile

InTemplateStore

A template store that contains (or knows how to fetch) evaluation templates for a given sequence

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