ULiveLinkPreset::AddToClient

Add the sources and subjects from this preset, but leave any existing sources and subjects connected.

Choose your operating system:

Windows

macOS

Linux

References

Module

LiveLink

Header

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

Include

#include "LiveLinkPreset.h"

Source

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

Syntax

UFUNCTION(BlueprintCallable, BlueprintPure=false, Category="LiveLink")
bool AddToClient
(
    const bool bRecreatePresets
) const

Remarks

Add the sources and subjects from this preset, but leave any existing sources and subjects connected.

Returns

True is all sources and subjects from this preset could be created and added.

Parameters

Parameter

Description

bRecreatePresets

When true, if subjects and sources from this preset already exist, we will recreate them.