FFrameConstantMetrics

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderPipelineDataTypes.h

Include

#include "MovieRenderPipelineDataTypes.h"

Syntax

struct FFrameConstantMetrics

Variables

Name Description

Public variable

FFrameRate

 

FrameRate

What is the effective frame rate of the output

Public variable

FFrameTime

 

MotionBlurCenteringOffsetTicks

How many ticks do we have to go to center our motion blur? This makes it so the blurred area matches the object position during the time it represents, and not before.

Public variable

double

 

ShutterAnglePercentage

Fraction of the output frame that the accumulation frames should cover.

Public variable

double

 

ShutterClosedFraction

Fraction of the output frame that the shutter is closed (that accumulation frames should NOT cover).

Public variable

FFrameTime

 

ShutterOffsetTicks

Our time samples are offset by this many ticks.

Public variable

FFrameRate

 

TickResolution

What is the tick resolution fo the sequence

Public variable

FFrameTime

 

TicksPerOutputFrame

How many ticks per output frame.

Public variable

FFrameTime

 

TicksPerSample

How many ticks per sub-frame sample.

Public variable

FFrameTime

 

TicksWhileShutterClosed

How many ticks while the shutter is closed

Public variable

FFrameTime

 

TicksWhileShutterOpen

How many ticks while the shutter is opened

Functions

Name Description

Public function Const

FFrameTime

 

GetFinalEvalTime

(
    const FFrameNumber InTime
)

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