ULiveLinkControllerBase::GetControllersForRole

Returns the list of [ULiveLinkControllerBase](API\Plugins\LiveLinkComponents\ULiveLinkControllerBase) classes that support the given role

Choose your operating system:

Windows

macOS

Linux

References

Module

LiveLinkComponents

Header

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

Include

#include "LiveLinkControllerBase.h"

Source

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

Syntax

static TArray< TSubclassOf< ULiveLinkControllerBase > > GetControllersForRole
(
    const TSubclassOf< ULiveLinkRole > & RoleToSupport
)

Remarks

Returns the list of ULiveLinkControllerBase classes that support the given role