ILiveLinkClient::IsSubjectEnabled

Whether or not the client has a subject with this name enabled Only 1 subject with the same name can be enabled.

Windows
MacOS
Linux

Override Hierarchy

ILiveLinkClient::IsSubjectEnabled()

FLiveLinkClient::IsSubjectEnabled()

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h

Include

#include "ILiveLinkClient.h"

Syntax

bool IsSubjectEnabled
(
    FLiveLinkSubjectName SubjectName
) const

Remarks

Whether or not the client has a subject with this name enabled Only 1 subject with the same name can be enabled. At the start of the frame, a snapshot of the enabled subjects will be made. That snapshot dictate which subject will be used for the duration of that frame.

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