Navigation
API > API/Plugins > API/Plugins/MixedRealityCaptureFramework
| Name | UAsyncTask_OpenMrcVidCaptureFeedBase |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MixedRealityCaptureFramework/Source/MixedRealityCaptureFramework/Public/MrcVideoCaptureDevice.h |
| Include Path | #include "MrcVideoCaptureDevice.h" |
Syntax
UCLASS (Abstract)
class UAsyncTask_OpenMrcVidCaptureFeedBase : public UBlueprintAsyncActionBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintAsyncActionBase → UAsyncTask_OpenMrcVidCaptureFeedBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAsyncTask_OpenMrcVidCaptureFeedBase
(
const FObjectInitializer& ObjectInitializer |
MrcVideoCaptureDevice.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnFail | FMRCaptureFeedDelegate | MrcVideoCaptureDevice.h |
|
|
| OnSuccess | FMRCaptureFeedDelegate | MrcVideoCaptureDevice.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCachedPlayOnOpenVal | bool | MrcVideoCaptureDevice.h | ||
| LatentPlayer | TWeakPtr< FLatentPlayMrcCaptureFeedAction > | MrcVideoCaptureDevice.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Open
(
UMediaPlayer* Target, |
MrcVideoCaptureDevice.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CleanUp() |
MrcVideoCaptureDevice.h | ||
virtual void OnVideoFeedOpened
(
FString DeviceUrl |
MrcVideoCaptureDevice.h | ||
virtual void OnVideoFeedOpenFailure
(
FString DeviceUrl |
MrcVideoCaptureDevice.h | ||
bool SetTrackFormat
(
const int32 StreamIndex, |
MrcVideoCaptureDevice.h |