Navigation
API > API/Editor > API/Editor/MovieSceneCaptureDialog
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
| Type | Name | Description | |
|---|---|---|---|
| int32 | Code | ||
| ECaptureStatus | Status |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCaptureState
(
ECaptureStatus InState |
Construction from an enum | ||
FCaptureState
(
int32 InCode |
Construction from a process exit code |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | Get any additional detailed text |