Navigation
API > API/Plugins > API/Plugins/IngestLiveLinkDevice > API/Plugins/IngestLiveLinkDevice/UBaseIngestLiveLinkDevice
Description
Inherited function from the ILiveLinkDeviceCapability_Ingest. The function is required to be implemented.
In it's implementation, user may choose to call IngestTake function or to implement custom download step @params ProcessHandle Pointer to the process handle created for this process @params IngestOptions Ingest options used for conversion process
| Name | RunDownloadTake |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerApp/Source/IngestLiveLinkDevice/Public/BaseIngestLiveLinkDevice.h |
| Include Path | #include "BaseIngestLiveLinkDevice.h" |
| Source | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerApp/Source/IngestLiveLinkDevice/Private/BaseIngestLiveLinkDevice.cpp |
virtual void RunDownloadTake
(
const UIngestCapability_ProcessHandle * InProcessHandle,
const UIngestCapability_Options * InIngestOptions
)