Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureSource
| Name | UMetaHumanCaptureSourceSync |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureSource/Public/MetaHumanCaptureSourceSync.h |
| Include Path | #include "MetaHumanCaptureSourceSync.h" |
Syntax
UCLASS (BlueprintType)
class UMetaHumanCaptureSourceSync : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMetaHumanCaptureSourceSync
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetaHumanCaptureSourceSync.h | |||
UMetaHumanCaptureSourceSync
(
FVTableHelper& Helper |
MetaHumanCaptureSourceSync.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UMetaHumanCaptureSourceSync() |
MetaHumanCaptureSourceSync.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CaptureSourceType | EMetaHumanCaptureSourceType | MetaHumanCaptureSourceSync.h |
|
|
| CopyImagesToProject | bool | MetaHumanCaptureSourceSync.h |
|
|
| DeviceControlPort | uint16 | MetaHumanCaptureSourceSync.h |
|
|
| DeviceIpAddress | FDeviceAddress | MetaHumanCaptureSourceSync.h |
|
|
| meta | MetaHumanCaptureSourceSync.h |
|
||
| ShouldCompressDepthFiles | bool | TODO: Expose this parameter once uncompressed EXR's are supported. | MetaHumanCaptureSourceSync.h | |
| StoragePath | FDirectoryPath | MetaHumanCaptureSourceSync.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ingester | TUniquePtr< UE::MetaHuman::FIngester > | MetaHumanCaptureSourceSync.h | ||
| MetaHumanCaptureSource | TObjectPtr< UMetaHumanCaptureSource > | Do not expose this property to the editor or blueprints, it is only for garbage collection purposes. | MetaHumanCaptureSourceSync.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanCancel() |
MetaHumanCaptureSourceSync.h |
|
|
void CancelProcessing
(
const TArray< int32 >& InTakeIdList |
MetaHumanCaptureSourceSync.h |
|
|
bool CanIngestTakes() |
MetaHumanCaptureSourceSync.h |
|
|
bool CanStartup() |
MetaHumanCaptureSourceSync.h |
|
|
int32 GetNumTakes() |
MetaHumanCaptureSourceSync.h |
|
|
TArray< int32 > GetTakeIds() |
MetaHumanCaptureSourceSync.h |
|
|
bool GetTakeInfo
(
int32 InTakeId, |
MetaHumanCaptureSourceSync.h |
|
|
TArray< FMetaHumanTake > GetTakes
(
const TArray< int32 >& InTakeIdList |
MetaHumanCaptureSourceSync.h |
|
|
bool IsCancelling() |
MetaHumanCaptureSourceSync.h |
|
|
bool IsProcessing() |
MetaHumanCaptureSourceSync.h |
|
|
TArray< FMetaHumanTakeInfo > Refresh() |
MetaHumanCaptureSourceSync.h |
|
|
void SetTargetPath
(
const FString& InTargetIngestDirectory, |
MetaHumanCaptureSourceSync.h |
|
|
void Shutdown() |
MetaHumanCaptureSourceSync.h |
|
|
void Startup() |
Startup the MetaHuman|Footage Ingest API. Get information on the available takes based on the type of this Capture Source. | MetaHumanCaptureSourceSync.h |
|
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
MetaHumanCaptureSourceSync.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeviceAddress_DEPRECATED | FString | MetaHumanCaptureSourceSync.h |
|
|
| ExportListeningPort_DEPRECATED | uint16 | MetaHumanCaptureSourceSync.h |
|