Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FRetargetingScope |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimSequenceHelpers.h |
| Include Path | #include "Animation/AnimSequenceHelpers.h" |
Syntax
struct FRetargetingScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRetargetingScope
(
const USkeleton* InSourceSkeleton, |
Animation/AnimSequenceHelpers.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FRetargetingScope() |
Animation/AnimSequenceHelpers.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShouldRetarget | bool | Animation/AnimSequenceHelpers.h | ||
| EvaluationContext | const DataModel::FEvaluationContext & | Animation/AnimSequenceHelpers.h | ||
| RetargetPose | FCompactPose & | Animation/AnimSequenceHelpers.h | ||
| RetargetTracking | TArray< FRetargetTracking > & | Animation/AnimSequenceHelpers.h | ||
| SourceSkeleton | const USkeleton * | Animation/AnimSequenceHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddTrackedBone
(
FCompactPoseBoneIndex CompactBoneIndex, |
Animation/AnimSequenceHelpers.h |