FCompiledGroupResult

Structure that represents the result for a single compiled range in a sequence

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Compilation/MovieSceneCompiler.h"

Syntax

struct FCompiledGroupResult

Remarks

Structure that represents the result for a single compiled range in a sequence

Variables

Name Description

Public variable

FMovieSceneEval...

 

Group

Evaluation group specifying all the entities that occur in the sequence, sorted and redy for evaluation

Public variable

FMovieSceneEval...

 

MetaData

Meta-data pertaining to this current time range

Public variable

TRange< FFrameN...

 

Range

The range within the sequence that the goup and meta-data apply to

Constructors

Name Description

Public function

FCompiledGroupResult

(
    TRange< FFrameNumber > InRange
)

Construction to an empty result for the specified 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