Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TBaseBlendedCurve
Description
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.
| Name | Mirror |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
void Mirror
(
FName InName0,
FName InName1
)
Parameters
| Name | Remarks |
|---|---|
| InName0 | the name of first curve to mirror |
| InName1 | the name of second curve to mirror |