Navigation
API > API/Plugins > API/Plugins/LiveLink
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- ULiveLinkComponent
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkComponent.h |
| Include | #include "LiveLinkComponent.h" |
Syntax
UCLASS&40;ClassGroup&61;&40;LiveLink&41;, Meta&61;&40;BlueprintSpawnableComponent&41;,
Meta&61;&40;DisplayName&61;"LiveLink Skeletal Animation"&41;&41;
class ULiveLinkComponent : public UActorComponent
Remarks
An actor component to enable accessing LiveLink data in Blueprints. Data can be accessed in Editor through the "OnLiveLinkUpdated" event. Any Skeletal Mesh Components on the parent will be set to animate in editor causing their AnimBPs to run.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLiveLinkTickSignature | OnLiveLinkUpdated | This Event is triggered any time new LiveLink data is available, including in the editor. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Sets default values for this component's properties. |
Overridden from UActorComponent
| Type | Name | Description | |
|---|---|---|---|
| void | OnRegister () |
Called when a component is registered, after Scene is set, but before CreateRenderState_Concurrent or OnCreatePhysicsState are called. | |
| void | TickComponent
(
float DeltaTime, |
Called every frame. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetAvailableSubjectNames
(
TArray< FName >& SubjectNames |
GetAvailableSubjectNames is deprecated, use GetLiveLinkEnabledSubjectNames. | |
| void | GetSubjectData
(
const FName SubjectName, |
GetSubjectData is deprecated, use EvaluateLiveLinkFrame. | |
| void | GetSubjectDataAtSceneTime
(
const FName SubjectName, |
GetSubjectDataAtSceneTime is deprecated, use EvaluateLiveLinkFrameAtSceneTime. | |
| void | GetSubjectDataAtTime
(
const FName SubjectName, |
GetSubjectDataAtTime is deprecated, use EvaluateLiveLinkFrameAtSceneTime. | |
| void | GetSubjectDataAtWorldTime
(
const FName SubjectName, |
GetSubjectDataAtWorldTime is deprecated, use EvaluateLiveLinkFrameAtWorldTime. |