Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
| Name | FCachedSubjectFrame |
| Type | struct |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/Roles/LiveLinkAnimationBlueprintStructs.h |
| Include Path | #include "Roles/LiveLinkAnimationBlueprintStructs.h" |
Syntax
USTRUCT ()
struct FCachedSubjectFrame
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Roles/LiveLinkAnimationBlueprintStructs.h | |||
FCachedSubjectFrame
(
const FLiveLinkSkeletonStaticData* InStaticData, |
Roles/LiveLinkAnimationBlueprintStructs.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FCachedSubjectFrame() |
Roles/LiveLinkAnimationBlueprintStructs.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHaveCachedCurves | bool | Roles/LiveLinkAnimationBlueprintStructs.h | ||
| CachedChildTransformIndices | TArray< TPair< bool, TArray< int32 > > > | Roles/LiveLinkAnimationBlueprintStructs.h | ||
| CachedCurves | TMap< FName, float > | Roles/LiveLinkAnimationBlueprintStructs.h | ||
| CachedRootSpaceTransforms | TArray< TPair< bool, FTransform > > | Cache. Does not affect the underlying frame data. | Roles/LiveLinkAnimationBlueprintStructs.h | |
| SourceAnimationFrameData | FLiveLinkAnimationFrameData | Roles/LiveLinkAnimationBlueprintStructs.h | ||
| SourceSkeletonData | FLiveLinkSkeletonStaticData | Roles/LiveLinkAnimationBlueprintStructs.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetChildTransformIndices
(
const int32 InTransformIndex, |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
bool GetCurveValueByName
(
FName InCurveName, |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
int32 GetNumberOfTransforms() |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
int32 GetParentTransformIndex
(
const int32 InTransformIndex |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
int32 GetRootIndex() |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
const FLiveLinkAnimationFrameData & GetSourceAnimationFrameData() |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
const FLiveLinkSkeletonStaticData & GetSourceSkeletonData() |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
void GetSubjectMetadata
(
FSubjectMetadata& OutSubjectMetadata |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
int32 GetTransformIndexFromName
(
FName InTransformName |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
void GetTransformName
(
const int32 InTransformIndex, |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
| Roles/LiveLinkAnimationBlueprintStructs.h | |||
void GetTransformParentSpace
(
const int32 InTransformIndex, |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
void GetTransformRootSpace
(
const int32 InTransformIndex, |
Roles/LiveLinkAnimationBlueprintStructs.h | ||
| Roles/LiveLinkAnimationBlueprintStructs.h |