unreal.VCamModifierInterface

class unreal.VCamModifierInterface(outer: Object | None = None, name: Name | str = 'None')

Bases: Interface

VCam Modifier Interface

C++ Source:

  • Plugin: VirtualCameraCore

  • Module: VCamCore

  • File: VCamModifierInterface.h

on_v_cam_component_changed(v_cam) None

Function used to monitor the status of a VCam. If it changed, function will be triggered.

Parameters:

v_cam (VCamComponent) –