Navigation
API > API/Plugins > API/Plugins/PerformanceCaptureCore > API/Plugins/PerformanceCaptureCore/URetargetAnimInstance
Description
Update the RetargetProfile.
| Name | UpdateCustomRetargetProfile |
| Type | function |
| Header File | /Engine/Plugins/Animation/PerformanceCaptureCore/Source/PerformanceCaptureCore/Public/RetargetAnimInstance.h |
| Include Path | #include "RetargetAnimInstance.h" |
| Source | /Engine/Plugins/Animation/PerformanceCaptureCore/Source/PerformanceCaptureCore/Private/RetargetAnimInstance.cpp |
void UpdateCustomRetargetProfile
(
const FRetargetProfile & InRetargetProfile
)
Parameters
| Name | Remarks |
|---|---|
| InRetargetProfile | Retarget Profile struct to use. |