Navigation
API > API/Plugins > API/Plugins/MetaHumanFootageIngest
| Name | FFootageCaptureSource |
| Type | struct |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanFootageIngest/Public/CaptureSourcesWidget.h |
| Include Path | #include "CaptureSourcesWidget.h" |
Syntax
struct FFootageCaptureSource
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFootageCaptureSource
(
UE::MetaHuman::FIngesterParams InIngesterParams |
CaptureSourcesWidget.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetPath | FString | CaptureSourcesWidget.h | ||
| bImporting | bool | CaptureSourcesWidget.h | ||
| bIsRecording | bool | CaptureSourcesWidget.h | ||
| Name | FText | CaptureSourcesWidget.h | ||
| PackageName | FName | CaptureSourcesWidget.h | ||
| SlateName | FString | CaptureSourcesWidget.h | ||
| Status | EFootageCaptureSourceStatus | CaptureSourcesWidget.h | ||
| TakeItems | TArray< TSharedPtr< FFootageTakeItem > > | CaptureSourcesWidget.h | ||
| TakeNumber | int32 | CaptureSourcesWidget.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ingester | TUniquePtr< UE::MetaHuman::FIngester > | CaptureSourcesWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UE::MetaHuman::FIngester & GetIngester() |
CaptureSourcesWidget.h |