Navigation
API > API/Plugins > API/Plugins/LiveLink
References
Module | LiveLink |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkVirtualSubjectBoneAttachment.h |
Include | #include "LiveLinkVirtualSubjectBoneAttachment.h" |
Syntax
USTRUCT ()
struct FLiveLinkVirtualSubjectBoneAttachment
Remarks
A bone attachment used by the virtual subjects to attach 2 subjects together by specifying a child and parent bone.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FName | ChildBone | Bone that will be attached to the parent bone. |
![]() ![]() ![]() ![]() |
FLiveLinkSubjectName | ChildSubject | Subject that will be attached to the parent. |
![]() |
FText | LastError | If not empty, hold the last error text set by the IsValid method. |
![]() ![]() ![]() |
FVector | LocationOffset | Location of the component relative to its parent |
![]() ![]() ![]() |
FName | ParentBone | Name of the bone in the parent subject that will serve as a parent to the child bone of the child subject. |
![]() ![]() ![]() ![]() |
FLiveLinkSubjectName | ParentSubject | Subject that the child subject will be attached to. |
![]() ![]() ![]() |
FRotator | RotationOffset | Rotation of the component relative to its parent |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsValid
(
const TArray< FLiveLinkSubjectName >& ActiveSubjects |
Returns whether the attachment can be used. |