Navigation
API > API/Plugins > API/Plugins/MetaHumanFootageIngest
A widget that allows management of capture sources, footage ingestion and controlling of capture devices
| Name | SCaptureManagerWidget |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanFootageIngest/Public/CaptureManagerWidget.h |
| Include Path | #include "CaptureManagerWidget.h" |
Syntax
class SCaptureManagerWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCaptureManagerWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCaptureManagerWidget
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SCaptureManagerWidget() |
CaptureManagerWidget.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SCaptureManagerWidget() |
CaptureManagerWidget.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CaptureSourcesTabName | const FName | CaptureManagerWidget.h | |
| DefaultToolbarName | const FName | CaptureManagerWidget.h | |
| FootageIngestTabName | const FName | CaptureManagerWidget.h | |
| ToolMenuToolbarName | const FName | CaptureManagerWidget.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAutosaveAfterImport | bool | CaptureManagerWidget.h | ||
| bIsInitialized | bool | CaptureManagerWidget.h | ||
| CaptureSourcesArea | TSharedPtr< class SExpandableArea > | CaptureManagerWidget.h | ||
| CaptureSourcesWidget | TSharedPtr< class SCaptureSourcesWidget > | CaptureManagerWidget.h | ||
| CaptureSourceToTabMap | TMap< TWeakObjectPtr< UMetaHumanCaptureSource >, TWeakPtr< class SDockTab > > | CaptureManagerWidget.h | ||
| Commands | PRAGMA_DISABLE_DEPRECATION_WARNINGS TSharedPtr< FCaptureManagerCommands > | CaptureManagerWidget.h | ||
| DefaultAssetCreationPath | FString | CaptureManagerWidget.h | ||
| DeviceContentsArea | TSharedPtr< class SExpandableArea > | CaptureManagerWidget.h | ||
| FootageIngestWidget | TSharedPtr< class SFootageIngestWidget > | CaptureManagerWidget.h | ||
| MessageWidget | TSharedPtr< SWidget > | The information message widget | CaptureManagerWidget.h | |
| SlateNameTextBox | TSharedPtr< SEditableTextBox > | CaptureManagerWidget.h | ||
| SourceListView | TSharedPtr< SListView< TSharedPtr< FFootageCaptureSource > > > | CaptureManagerWidget.h | ||
| StartCapture | TUniquePtr< FAutoConsoleCommand > | CaptureManagerWidget.h | ||
| StopCapture | TUniquePtr< FAutoConsoleCommand > | CaptureManagerWidget.h | ||
| TabManager | TSharedPtr< class FTabManager > | CaptureManagerWidget.h | ||
| TakeNumberTextBox | TSharedPtr< SEditableTextBox > | CaptureManagerWidget.h | ||
| Toolbar | TSharedPtr< SWidget > | The main Toolbar | CaptureManagerWidget.h | |
| ToolbarWidgetContent | TSharedPtr< class SBorder > | The widget that will house the default Toolbar widget | CaptureManagerWidget.h | |
| ToolbarWidgets | TArray< TSharedRef< SWidget > > | Additional widgets to be added to the toolbar | CaptureManagerWidget.h | |
| ToolkitUICommandList | TSharedRef< FUICommandList > | List of UI commands for this toolkit. | CaptureManagerWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanClose() |
CaptureManagerWidget.h | ||
void Construct
(
const FArguments& InArgs, |
CaptureManagerWidget.h | ||
void OnClose() |
CaptureManagerWidget.h | ||
FTabSpawnerEntry & RegisterCaptureSourcesTabSpawner() |
CaptureManagerWidget.h | ||
FTabSpawnerEntry & RegisterFootageIngestTabSpawner() |
CaptureManagerWidget.h | ||
TWeakPtr< class SDockTab > ShowMonitoringTab
(
UMetaHumanCaptureSource* CaptureSource |
CaptureManagerWidget.h | ||
void UpdateDefaultAssetCreationLocation() |
CaptureManagerWidget.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< SWidget > GenerateQuickSettingsMenu() |
CaptureManagerWidget.h | ||
static FText GetAutoSaveOnImportTooltip() |
CaptureManagerWidget.h | ||
static bool IsAutoSaveOnImportToggled() |
CaptureManagerWidget.h | ||
static TSharedRef< SWidget > PopulateAddCaptureSourceComboBox() |
CaptureManagerWidget.h | ||
static void PresentTargetPicker() |
CaptureManagerWidget.h | ||
static void ToggleAutoSaveOnImport() |
CaptureManagerWidget.h |