![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneSegment.h>
Public Member Functions | |
| FSectionEvaluationData () | |
| FSectionEvaluationData (int32 InImplIndex) | |
| FSectionEvaluationData (int32 InImplIndex, FFrameNumber InForcedTime) | |
| FSectionEvaluationData (int32 InImplIndex, ESectionEvaluationFlags InFlags) | |
| FFrameTime | GetTime (FFrameTime InActualTime) |
| bool | IsPreRoll () const |
| bool | IsPostRoll () const |
Public Attributes | |
| int32 | ImplIndex |
| FFrameNumber | ForcedTime |
| ESectionEvaluationFlags | Flags |
Friends | |
| bool | operator== (FSectionEvaluationData A, FSectionEvaluationData B) |
| FArchive & | operator<< (FArchive &Ar, FSectionEvaluationData &Data) |
Evaluation data that specifies information about what to evaluate for a given template
|
inline |
Default constructor
|
inlineexplicit |
Construction from an implementaiton index (probably a section)
|
inline |
Construction from an implementaiton index and a time to force evaluation at
|
inline |
Construction from an implementaiton index and custom eval flags
|
inline |
|
inline |
Check if this is a postroll eval
|
inline |
Check if this is a preroll eval
|
friend |
|
friend |
| ESectionEvaluationFlags FSectionEvaluationData::Flags |
Additional flags for evaluating this section
| FFrameNumber FSectionEvaluationData::ForcedTime |
A forced time to evaluate this section at
| int32 FSectionEvaluationData::ImplIndex |
The implementation index we should evaluate (index into FMovieSceneEvaluationTrack::ChildTemplates)