Navigation
API > API/Editor > API/Editor/CurveEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UE::CurveEditor::RecomputeMirroringParallel
(
const FCurveEditor& InCurveEditor, |
Mirrors the tangents stores in InCurveData. | Misc/Mirror/MultiCurveMirrorUtils.h | |
void UE::CurveEditor::RecomputeMirroringParallel
(
const FCurveEditor& InCurveEditor, |
Mirrors the tangents stores in InCurveData. | Misc/Mirror/MultiCurveMirrorUtils.h | |
void UE::CurveEditor::RecomputeMirroringParallel
(
const FCurveEditor& InCurveEditor, |
Mirrors the tangents stores in InCurveData. | Misc/Mirror/MultiCurveMirrorUtils.h |
UE::CurveEditor::RecomputeMirroringParallel(const FCurveEditor &, const FCurveModelID &, FCurveTangentMirrorData &, double)
Description
Mirrors the tangents stores in InCurveData.
| Name | UE::CurveEditor::RecomputeMirroringParallel |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Misc/Mirror/MultiCurveMirrorUtils.h |
| Include Path | #include "Misc/Mirror/MultiCurveMirrorUtils.h" |
namespace UE
{
namespace CurveEditor
{
void UE::CurveEditor::RecomputeMirroringParallel
(
const FCurveEditor & InCurveEditor,
const FCurveModelID & InCurveId,
FCurveTangentMirrorData & InCurveData,
double InMirrorValue
)
}
}
UE::CurveEditor::RecomputeMirroringParallel(const FCurveEditor &, const FCurveModelID &, FCurveTangentMirrorData &, double, TCallback &&)
Description
Mirrors the tangents stores in InCurveData. This version accepts a callback for post-processing, which is useful for e.g. applying a falloff to the interpolated values.
Mirrors the tangents stores in InCurveData.
| Name | UE::CurveEditor::RecomputeMirroringParallel |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Misc/Mirror/MultiCurveMirrorUtils.h |
| Include Path | #include "Misc/Mirror/MultiCurveMirrorUtils.h" |
namespace UE
{
namespace CurveEditor
{
template<typename TCallback>
void UE::CurveEditor::RecomputeMirroringParallel
(
const FCurveEditor & InCurveEditor,
const FCurveModelID & InCurveId,
FCurveTangentMirrorData & InCurveData,
double InMirrorValue,
TCallback && InPostProcessTangents
)
}
}
UE::CurveEditor::RecomputeMirroringParallel(const FCurveEditor &, const FCurveModelID &, FCurveTangentMirrorData &, double, TCallback &&)
Description
Mirrors the tangents stores in InCurveData.
| Name | UE::CurveEditor::RecomputeMirroringParallel |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Misc/Mirror/MultiCurveMirrorUtils.h |
| Include Path | #include "Misc/Mirror/MultiCurveMirrorUtils.h" |
namespace UE
{
namespace CurveEditor
{
template<typename TCallback>
void UE::CurveEditor::RecomputeMirroringParallel
(
const FCurveEditor & InCurveEditor,
const FCurveModelID & InCurveId,
FCurveTangentMirrorData & InCurveData,
double InMirrorValue,
TCallback && InPostProcessTangents
)
}
}