FLiveLinkRefSkeleton

Windows
MacOS
Linux

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkRefSkeleton.h

Include

#include "LiveLinkRefSkeleton.h"

Syntax

struct FLiveLinkRefSkeleton

Variables

Name Description

Public variable

TArray< FName >

 

BoneNames

Names of each bone in the skeleton.

Public variable

TArray< int32 >

 

BoneParents

Parent Indices: For each bone it specifies the index of its parent.

Functions

Name Description

Public function Const

const TArray...

 

GetBoneNames()

Get the bone names for this skeleton.

Public function Const

const TArray...

 

GetBoneParents()

Get skeleton's parent bones array.

Public function

void

 

SetBoneNames

(
    const TArray< FName >& InBoneNames
)

Set the bone names for this skeleton.

Public function

void

 

SetBoneParents

(
    const TArray< int32 > InBoneParents
)

Set the parent bones for this skeleton (Array of indices to parent)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss