Navigation
API > API/Plugins > API/Plugins/AnimationModifierLibrary
| |
|
| Name |
FBoneReferencePair |
| Type |
struct |
| Header File |
/Engine/Plugins/Animation/AnimationModifierLibrary/Source/AnimationModifierLibrary/Public/CopyBonesModifier.h |
| Include Path |
#include "CopyBonesModifier.h" |
Syntax
USTRUCT (BlueprintType )
struct FBoneReferencePair
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| SourceBone |
FBoneReference |
Bone to get transform from |
CopyBonesModifier.h |
- EditAnywhere
- Category="Default"
|
| TargetBone |
FBoneReference |
Bone to update with the transform copied from SourceBone |
CopyBonesModifier.h |
- EditAnywhere
- Category="Default"
|