Navigation
API > API/Editor > API/Editor/MovieSceneCaptureDialog
Inheritance Hierarchy
- TSharedFromThis
- FMovieSceneCaptureBase
- FInEditorCapture
- FNewProcessCapture
References
| Module | MovieSceneCaptureDialog |
| Header | /Engine/Source/Editor/MovieSceneCaptureDialog/Public/MovieSceneCaptureDialogModule.h |
| Include | #include "MovieSceneCaptureDialogModule.h" |
Syntax
struct FMovieSceneCaptureBase : public TSharedFromThis< FMovieSceneCaptureBase >
Variables
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneCapture * | CaptureObject | Cached copy of our capture object. | |
| FCaptureStateStopped | CaptureStoppedDelegate | Multicast Delegate for when capture is stopped. | |
| TSharedPtr< SNotificationItem > | InProgressCaptureNotification | Pointer to the capture notification pop up. | |
| TFunction< void(bool)> | OnFinishedCallback | Callback to call when we finish capturing. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Cancel () |
||
| FCaptureState | |||
| UWorld * | GetWorld () |
||
| void | OnCaptureFinished
(
bool bSuccess |
||
| void | |||
| void | Start () |
Typedefs
| Name | Description |
|---|---|
| FCaptureStateStopped |