Navigation
API > API/Plugins > API/Plugins/LiveLinkHubCaptureMessaging
| Name | FUploadStateHandler |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/LiveLinkHubCaptureMessaging/Public/Features/UploadStateHandler.h |
| Include Path | #include "Features/UploadStateHandler.h" |
Syntax
class FUploadStateHandler : public FFeatureBase
Inheritance Hierarchy
- FFeatureBase → FUploadStateHandler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUploadStateHandler() |
Features/UploadStateHandler.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FUploadFinishedCallback | TBaseDelegate_FourParams< void, const FGuid &InCaptureSourceId, const FGuid &InTakeUploadId, FString InMessage, int32 InCode > | Features/UploadStateHandler.h | |
| FUploadStateCallback | TBaseDelegate_ThreeParams< void, const FGuid &InCaptureSourceId, const FGuid &InTakeUploadId, double InProgress > | Features/UploadStateHandler.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CriticalSection | FCriticalSection | Features/UploadStateHandler.h | ||
| FinishedCallback | FUploadFinishedCallback | Features/UploadStateHandler.h | ||
| StateCallback | FUploadStateCallback | Features/UploadStateHandler.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetUploadCallbacks
(
FUploadStateCallback InStateCallback, |
Features/UploadStateHandler.h |
Protected
Overridden from FFeatureBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Initialize
(
FMessageEndpointBuilder& InBuilder |
Features/UploadStateHandler.h |