Navigation
API > API/Plugins > API/Plugins/VCamCore
| Name | UVCamOutputMediaOutput |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/Output/VCamOutputMediaOutput.h |
| Include Path | #include "Output/VCamOutputMediaOutput.h" |
Syntax
UCLASS (Meta=(DisplayName="Media Output Provider"))
class UVCamOutputMediaOutput : public UVCamOutputProviderBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVCamOutputProviderBase → UVCamOutputMediaOutput
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UVCamOutputMediaOutput() |
Output/VCamOutputMediaOutput.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OutputConfig | TObjectPtr< UMediaOutput > | Media Output configuration asset | Output/VCamOutputMediaOutput.h |
|
Functions
Public
Overridden from UVCamOutputProviderBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnActivate() |
Called when the provider is Activated | Output/VCamOutputMediaOutput.h | |
virtual void OnDeactivate() |
Called when the provider is Deactivated | Output/VCamOutputMediaOutput.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Output/VCamOutputMediaOutput.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FromComposureOutputProviderIndex_DEPRECATED | int32 | Output/VCamOutputMediaOutput.h |