ICaptureProtocolHost::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

References

Module

MovieSceneCapture

Header

/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureProtocolBase.h

Include

#include "MovieSceneCaptureProtocolBase.h"

Syntax

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.