ULiveLinkComponentController::SetControllerClassForRole

Creates an instance of the desired controller class for a specified Role class

Windows
MacOS
Linux

References

Module

LiveLinkComponents

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/LiveLinkComponentController.h

Include

#include "LiveLinkComponentController.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Private/LiveLinkComponentController.cpp

Syntax

void SetControllerClassForRole
(
    TSubclassOf< ULiveLinkRole > RoleClass,
    TSubclassOf< ULiveLinkControllerBase > DesiredControllerClass
)

Remarks

Creates an instance of the desired controller class for a specified Role class

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