ULiveLinkControllerBase::IsRoleSupported

Can it support a specific role. This is called on the default object before creating an instance.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

LiveLinkComponents

Header

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

Include

#include "LiveLinkControllerBase.h"

Syntax

virtual bool IsRoleSupported
(
    const TSubclassOf< ULiveLinkRole > & RoleToSupport
)

Remarks

Can it support a specific role. This is called on the default object before creating an instance.