ULiveLinkControllerBase::GetControllersForRole

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

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

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