unreal.PerformanceCaptureSubsystem

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

Bases: EngineSubsystem

Performance Capture Subsystem

C++ Source:

  • Plugin: PerformanceCaptureWorkflow

  • Module: PerformanceCaptureWorkflow

  • File: PCapSubsystem.h

Editor Properties: (see get_editor_property/set_editor_property)

  • on_p_cap_actor_modified (OnPCapActorModified): [Read-Write] Editor Only

  • on_p_cap_asset_added (OnPCapAssetAdded): [Read-Write] Editor Only

  • on_p_cap_asset_editor_close (OnPCapAssetEditorClose): [Read-Write] Editor Only

  • on_p_cap_asset_editor_open (OnPCapAssetEditorOpen): [Read-Write] Editor Only

  • on_p_cap_asset_removed (OnPCapAssetRemoved): [Read-Write] Editor Only

  • on_p_cap_asset_renamed (OnPCapAssetRenamed): [Read-Write] Editor Only

  • on_p_cap_editor_redo (OnPCapEditorRedo): [Read-Write] Editor Only

  • on_p_cap_editor_undo (OnPCapEditorUndo): [Read-Write] Editor Only

  • on_p_cap_live_link_subject_added (OnPCapLiveLinkSubjectAdded): [Read-Write] Editor Only

  • on_p_cap_live_link_subject_enable_changed (OnPCapLiveLinkSubjectEnableChanged): [Read-Write] Editor Only

  • on_p_cap_live_link_subject_removed (OnPCapLiveLinkSubjectRemoved): [Read-Write] Editor Only

  • on_p_cap_live_link_subject_update (OnPCapLiveLinkSubjectUpdate): [Read-Write] Editor Only

get_database_helper() PerformanceCaptureDatabaseHelper

Get the Performance Capture Database helper.

Returns:

Databasehelper object

Return type:

PerformanceCaptureDatabaseHelper

get_view_model_collection() MVVMViewModelCollectionObject

Get the Performance Capture Viewmodel collection.

Returns:

Performance Capture Viewmodel collection.

Return type:

MVVMViewModelCollectionObject

property on_p_cap_actor_modified: OnPCapActorModified

[Read-Write] Editor Only

Type:

(OnPCapActorModified)

property on_p_cap_asset_added: OnPCapAssetAdded

[Read-Write] Editor Only

Type:

(OnPCapAssetAdded)

property on_p_cap_asset_editor_close: OnPCapAssetEditorClose

[Read-Write] Editor Only

Type:

(OnPCapAssetEditorClose)

property on_p_cap_asset_editor_open: OnPCapAssetEditorOpen

[Read-Write] Editor Only

Type:

(OnPCapAssetEditorOpen)

property on_p_cap_asset_removed: OnPCapAssetRemoved

[Read-Write] Editor Only

Type:

(OnPCapAssetRemoved)

property on_p_cap_asset_renamed: OnPCapAssetRenamed

[Read-Write] Editor Only

Type:

(OnPCapAssetRenamed)

property on_p_cap_editor_redo: OnPCapEditorRedo

[Read-Write] Editor Only

Type:

(OnPCapEditorRedo)

property on_p_cap_editor_undo: OnPCapEditorUndo

[Read-Write] Editor Only

Type:

(OnPCapEditorUndo)

[Read-Write] Editor Only

Type:

(OnPCapLiveLinkSubjectAdded)

[Read-Write] Editor Only

Type:

(OnPCapLiveLinkSubjectEnableChanged)

[Read-Write] Editor Only

Type:

(OnPCapLiveLinkSubjectRemoved)

[Read-Write] Editor Only

Type:

(OnPCapLiveLinkSubjectUpdate)