UVCamOutputMediaOutput

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

VCamCore

Header

/Engine/Plugins/Experimental/VirtualCamera/Source/VCamCore/Public/VCamOutputMediaOutput.h

Include

#include "VCamOutputMediaOutput.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Meta=(DisplayName="Media Output Provider"))
class UVCamOutputMediaOutput : public UVCamOutputProviderBase

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

int32

 

FromComposureOutputProviderIndex

If using the output from a Composure Output Provider, specify it here.

Protected variable UProperty Transient

UMediaCapture &...

 

MediaCapture

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

UMediaOutput &#...

 

OutputConfig

Media Output configuration asset.

Overridden from UVCamOutputProviderBase

Name Description

Public function Virtual

void

 

Activate()

Called when the provider is Activated.

Public function Virtual

void

 

Deactivate()

Called when the provider is Deactivated.

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss