FCaptureState

Stores the Capture State for display in the UI.

Windows
MacOS
Linux

References

Module

MovieSceneCaptureDialog

Header

/Engine/Source/Editor/MovieSceneCaptureDialog/Public/MovieSceneCaptureDialogModule.h

Include

#include "MovieSceneCaptureDialogModule.h"

Syntax

struct FCaptureState

Remarks

Stores the Capture State for display in the UI. Combines both capture status and any additional context information.

Variables

Name Description

Public variable

int32

 

Code

Public variable

ECaptureStatus

 

Status

Constructors

Name Description

Public function

FCaptureState

(
    ECaptureStatus InState
)

Construction from an enum

Public function

FCaptureState

(
    int32 InCode
)

Construction from a process exit code

Functions

Name Description

Public function Const

FText

 

GetDetailText()

Get any additional detailed text

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