Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/ULiveLinkBlueprintLibrary
Description
Whether or not a subject from the specific source is the enabled subject. 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.
| Name | IsSpecificLiveLinkSubjectEnabled |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkBlueprintLibrary.h |
| Include Path | #include "LiveLinkBlueprintLibrary.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="LiveLink")
static bool IsSpecificLiveLinkSubjectEnabled
(
const FLiveLinkSubjectKey SubjectKey,
bool bForThisFrame
)