Navigation
API > API/Plugins > API/Plugins/PerformanceCaptureWorkflowRuntim- > API/Plugins/PerformanceCaptureWorkflowRuntim-/UPCapPropComponent
Description
Sets the component controlled by this component. Component must be within the same actor as this Prop component.
| Name | SetControlledComponent |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PerformanceCaptureWorkflow/Source/PerformanceCaptureWorkflowRuntime/Public/PCapPropComponent.h |
| Include Path | #include "PCapPropComponent.h" |
| Source | /Engine/Plugins/VirtualProduction/PerformanceCaptureWorkflow/Source/PerformanceCaptureWorkflowRuntime/Private/PCapPropComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Performance Capture")
void SetControlledComponent
(
USceneComponent * InComponent
)