Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/UControlRigComponent
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigComponent.h |
| Include | #include "ControlRigComponent.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/ControlRigComponent.cpp |
UFUNCTION (BlueprintCallable, Category="ControlRig",
Meta=(DisplayName="Add Mapped Skeletal Mesh Bone Array", UnsafeDuringActorConstruction="true"))
void AddMappedSkeletalMesh
(
USkeletalMeshComponent * SkeletalMeshComponent,
TArray < FControlRigComponentMappedBone > Bones,
TArray < FControlRigComponentMappedCurve > Curves,
const EControlRigComponentMapDirection InDirection
)
Remarks
Adds a series of mapped bones to the rig, should not be used before OnPreInitialize Event