Navigation
API > API/Plugins > API/Plugins/MetaHumanLocalLiveLinkSource
| Name | UMetaHumanLocalLiveLinkSourceBlueprint |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanLiveLink/Source/MetaHumanLocalLiveLinkSource/Public/MetaHumanLocalLiveLinkSourceBlueprint.h |
| Include Path | #include "MetaHumanLocalLiveLinkSourceBlueprint.h" |
Syntax
UCLASS (Blueprintable)
class UMetaHumanLocalLiveLinkSourceBlueprint : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UMetaHumanLocalLiveLinkSourceBlueprint
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void CreateAudioSource
(
FLiveLinkSourceHandle& AudioSource, |
MetaHumanLocalLiveLinkSourceBlueprint.h |
|
|
static void CreateAudioSubject
(
const FLiveLinkSourceHandle& AudioSource, |
MetaHumanLocalLiveLinkSourceBlueprint.h |
|
|
static void CreateVideoSource
(
FLiveLinkSourceHandle& VideoSource, |
MetaHumanLocalLiveLinkSourceBlueprint.h |
|
|
static void CreateVideoSubject
(
const FLiveLinkSourceHandle& VideoSource, |
MetaHumanLocalLiveLinkSourceBlueprint.h |
|
|
static void GetAudioDevices
(
TArray< FMetaHumanLiveLinkAudioDevice >& AudioDevices, |
MetaHumanLocalLiveLinkSourceBlueprint.h |
|
|
static void GetAudioFormats
(
const FMetaHumanLiveLinkAudioTrack& AudioTrack, |
MetaHumanLocalLiveLinkSourceBlueprint.h |
|
|
static void GetAudioTracks
(
const FMetaHumanLiveLinkAudioDevice& AudioDevice, |
MetaHumanLocalLiveLinkSourceBlueprint.h |
|
|
static void GetSubjectSettings
(
const FLiveLinkSubjectKey& Subject, |
MetaHumanLocalLiveLinkSourceBlueprint.h |
|
|
static void GetVideoDevices
(
TArray< FMetaHumanLiveLinkVideoDevice >& VideoDevices, |
MetaHumanLocalLiveLinkSourceBlueprint.h |
|
|
static void GetVideoFormats
(
const FMetaHumanLiveLinkVideoTrack& VideoTrack, |
MetaHumanLocalLiveLinkSourceBlueprint.h |
|
|
static void GetVideoTracks
(
const FMetaHumanLiveLinkVideoDevice& VideoDevice, |
MetaHumanLocalLiveLinkSourceBlueprint.h |
|