Navigation
| Name | MetaHumanFootageIngest |
| Type | Plugin |
| Part of Plugins | MetaHuman Animator |
| Location | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanFootageIngest/ |
| Module Build Rules | MetaHumanFootageIngest.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FCaptureManager | |
| FCaptureManagerCommands | |
| FFootageTakeItem | |
| FMetaHumanFootageRetrievalWindowStyle | A Style set for Footage Retrieval window |
| SCaptureManagerWidget | A widget that allows management of capture sources, footage ingestion and controlling of capture devices |
| SCaptureSourcesWidget | |
| SFootageIngestWidget | |
| SListView | |
| SNumericEntryBox | |
| STileView | |
| STreeView | |
| UCaptureManagerEditorContext | |
| UCaptureSourceSet |
Structs
| Name | Remarks |
|---|---|
| FFootageCaptureSource | |
| FFootageFolderTreeItem |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnAutosaveAfterImportChanged | TBaseDelegate_OneParam< void, bool bAutosaveAfterImport > | FootageIngestWidget.h | |
| FOnCaptureSourceRemoved | TBaseDelegate_OneParam< void, TSharedPtr< FFootageCaptureSource > > | CaptureSourcesWidget.h | |
| FOnCaptureSourcesChanged | TBaseDelegate_OneParam< void, const TArray< TSharedPtr< FFootageCaptureSource > > > | CaptureSourcesWidget.h | |
| FOnCaptureSourceUpdated | TBaseDelegate_OneParam< void, const TSharedPtr< FFootageCaptureSource > > | CaptureSourcesWidget.h | |
| FOnCurrentCaptureSourceChanged | TBaseDelegate_TwoParams< void, const TSharedPtr< FFootageCaptureSource >, ESelectInfo::Type InSelectInfo > | CaptureSourcesWidget.h | |
| FOnTargetFolderAssetPathChanged | TBaseDelegate_OneParam< void, FText TargetFolderAssetPath > | FootageIngestWidget.h |
Enums
Public
| Name | Remarks |
|---|---|
| EFootageCaptureSourceStatus | |
| EFootageTakeItemStatus |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FOnCaptureSourceFinishedImportingTakes | PRAGMA_DISABLE_DEPRECATION_WARNINGS typedef TBaseDelegate_TwoParams< void, const TArray< FMetaHumanTake > &InTakes, TSharedPtr< FFootageCaptureSource > InCaptureSource > | CaptureSourcesWidget.h |