Navigation
API > API/Plugins > API/Plugins/LiveLinkComponents > API/Plugins/LiveLinkComponents/ULiveLinkComponentController
Description
Returns the component controlled by the LiveLink controller of the input Role. Returns null if there is no controller for that Role
| Name | GetControlledComponent |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/LiveLinkComponentController.h |
| Include Path | #include "LiveLinkComponentController.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Private/LiveLinkComponentController.cpp |
UFUNCTION (BlueprintPure, Category="LiveLink")
UActorComponent * GetControlledComponent
(
TSubclassOf < ULiveLinkRole > InRoleClass
) const