Navigation
API > API/Plugins > API/Plugins/LiveLink
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULiveLinkPreset
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkPreset.h |
| Include | #include "LiveLinkPreset.h" |
Syntax
UCLASS (BlueprintType)
class ULiveLinkPreset : public UObject
Destructors
No destructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddToClient
(
const bool bRecreatePresets |
Add the sources and subjects from this preset, but leave any existing sources and subjects connected. | |
| bool | Remove all previous sources and subjects and add the sources and subjects from this preset. | ||
| void | ApplyToClientLatent
(
TFunction< void(bool)> CompletionCallback |
||
| void | ApplyToClientLatent
(
UObject* WorldContextObject, |
Remove all previous sources and subjects and add the sources and subjects from this preset. | |
| void | Reset this preset and build the list of sources and subjects from the client. | ||
| const TArray< FLiveLinkSourcePreset > & | Get the list of source presets. | ||
| const TArray< FLiveLinkSubjectPreset > & | Get the list of subject presets. |
Constants
| Name | Description |
|---|---|
| ApplyToClientPollingOperation | Holds the current ApplyToClient async operation. |