ULiveLinkLightController::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

ULiveLinkControllerBase::IsRoleSupported()

ULiveLinkLightController::IsRoleSupported()

References

Module

LiveLinkComponents

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/Controllers/LiveLinkLightController.h

Include

#include "Controllers/LiveLinkLightController.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Private/Controllers/LiveLinkLightController.cpp

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.