ULiveLinkComponent::GetAvailableSubjectNames

Returns a list of available Subject Names for LiveLink

Windows
MacOS
Linux

Deprecated

  • GetAvailableSubjectNames is deprecated, use GetLiveLinkEnabledSubjectNames.

References

Module

LiveLink

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkComponent.h

Include

#include "LiveLinkComponent.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="LiveLink",
          Meta=(DeprecatedFunction, DeprecationMessage="GetAvailableSubjectNames is deprecated, use GetLiveLinkEnabledSubjectNames."))
void GetAvailableSubjectNames
(
    TArray< FName > & SubjectNames
)

Remarks

Returns a list of available Subject Names for LiveLink

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