Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/Output
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVCamOutputProviderBase
- UVCamOutputMediaOutput
References
| Module | VCamCore |
| Header | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/Output/VCamOutputMediaOutput.h |
| Include | #include "Output/VCamOutputMediaOutput.h" |
Syntax
UCLASS (Meta=(DisplayName="Media Output Provider"))
class UVCamOutputMediaOutput : public UVCamOutputProviderBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | FromComposureOutputProviderIndex | If using the output from a Composure Output Provider, specify it here | |
| TObjectPtr< UMediaCapture > | MediaCapture | ||
| TObjectPtr< UMediaOutput > | OutputConfig | Media Output configuration asset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UVCamOutputProviderBase
| Type | Name | Description | |
|---|---|---|---|
| void | OnActivate () |
Called when the provider is Activated | |
| void | OnDeactivate () |
Called when the provider is Deactivated |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |