FPoseSnapshot

A pose for a skeletal mesh

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/PoseSnapshot.h

Include

#include "Animation/PoseSnapshot.h"

Syntax

struct FPoseSnapshot

Remarks

A pose for a skeletal mesh

Variables

Name Description

Public variable

bool

 

bIsValid

Whether the pose is valid

Public variable

TArray< FName >

 

BoneNames

Array of bone names (corresponding to LocalTransforms)

Public variable

TArray< FTransf...

 

LocalTransforms

Array of transforms per-bone

Public variable

FName

 

SkeletalMeshName

The name of the skeletal mesh that was used to take this snapshot

Public variable

FName

 

SnapshotName

The name for this snapshot

Constructors

Name Description

Public function

FPoseSnapshot()

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