#include "CoreMinimal.h"
#include "UObject/Interface.h"
#include "MovieSceneCaptureSettings.h"
#include "MovieSceneCaptureProtocolBase.generated.h"
Go to the source code of this file.
◆ EMovieSceneCaptureProtocolState
| Enumerator |
|---|
| Idle | The protocol is idle, and has not even been initialized
|
| Initialized | The protocol has been initialized (and bound to a viewport) but is not capturing frames yet
|
| Capturing | The protocol has been initialized, bound to a viewport and is capturing data
|
| Finalizing | The protocol has finished capturing data, and is pending finalization
|