ULiveLinkTransformController::IsRoleSupported

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

Windows
MacOS
Linux

Override Hierarchy

ULiveLinkControllerBase::IsRoleSupported()

ULiveLinkTransformController::IsRoleSupported()

References

Module

LiveLinkComponents

Header

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

Include

#include "Controllers/LiveLinkTransformController.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Private/Controllers/LiveLinkTransformController.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.

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