Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/TBaseBlendedCurve
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include | #include "Animation/AnimCurveTypes.h" |
void Mirror
&40;
FName InName0,
FName InName1
&41;
Remarks
Mirror the values & flags of the two named curves if both exist. If only InName0 exists, InName0 will be renamed to InName1. If only InName1 exists, InName1 will be renamed to InName0.
Parameters
| Name | Description |
|---|---|
| InName0 | the name of first curve to mirror |
| InName1 | the name of second curve to mirror |