Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
| Name | FLiveLinkTransform |
| Type | struct |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/Roles/LiveLinkAnimationBlueprintStructs.h |
| Include Path | #include "Roles/LiveLinkAnimationBlueprintStructs.h" |
Syntax
USTRUCT (BlueprintType )
struct FLiveLinkTransform
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLiveLinkTransform() |
Roles/LiveLinkAnimationBlueprintStructs.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FLiveLinkTransform() |
Roles/LiveLinkAnimationBlueprintStructs.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedFrame | TSharedPtr< FCachedSubjectFrame > | Roles/LiveLinkAnimationBlueprintStructs.h | ||
| TransformIndex | int32 | Roles/LiveLinkAnimationBlueprintStructs.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetChildCount() |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
void GetChildren
(
TArray< FLiveLinkTransform >& OutChildTransforms |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
void GetName
(
FName& Name |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
void GetParent
(
FLiveLinkTransform& OutParentTransform |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
int32 GetTransformIndex() |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
void GetTransformParentSpace
(
FTransform& OutTransform |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
void GetTransformRootSpace
(
FTransform& OutTransform |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
bool HasParent() |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
void SetCachedFrame
(
TSharedPtr< FCachedSubjectFrame > InCachedFrame |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
void SetTransformIndex
(
const int32 InTransformIndex |
Roles/LiveLinkAnimationBlueprintStructs.h |