UCompositionGraphCaptureProtocol::HasFinishedProcessingImpl

Check whether this protocol has any processing left to do, or whether it should be finalized.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UMovieSceneCaptureProtocolBase::HasFinishedProcessingImpl()

UCompositionGraphCaptureProtocol::HasFinishedProcessingImpl()

References

Module

MovieSceneCapture

Header

/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/CompositionGraphCaptureProtocol.h

Include

#include "Protocols/CompositionGraphCaptureProtocol.h"

Source

/Engine/Source/Runtime/MovieSceneCapture/Private/CompositionGraphCaptureProtocol.cpp

Syntax

virtual bool HasFinishedProcessingImpl() const

Remarks

Check whether this protocol has any processing left to do, or whether it should be finalized. Only called when the capture has been asked to end.