UAutomatedLevelSequenceCapture::GetEstimatedCaptureDurationSeconds

Ask the host to inform us of how long the capture duration is expected to be.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ICaptureProtocolHost::GetEstimatedCaptureDurationSeconds()

UAutomatedLevelSequenceCapture::GetEstimatedCaptureDurationSeconds()

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/AutomatedLevelSequenceCapture.h

Include

#include "AutomatedLevelSequenceCapture.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/AutomatedLevelSequenceCapture.cpp

Syntax

virtual double GetEstimatedCaptureDurationSeconds() const

Remarks

Ask the host to inform us of how long the capture duration is expected to be. Should only be used as an estimate due to the possible complexities in calculating the duration due to handle frames, warmups, etc.