Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurvesSnapshotBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCurvesSnapshotBuilder & TrackCurve
(
const FCurveModelID& InCurveId |
Tracks all keys on InCurveModel. | Modification/Keys/CurvesSnapshotBuilder.h | |
FCurvesSnapshotBuilder & TrackCurve
(
const FCurveModelID& InCurveId, |
Tracks only the specified keys. Incompatible with EKeyChangeOperationFlags::AddKeys. | Modification/Keys/CurvesSnapshotBuilder.h |
TrackCurve(const FCurveModelID &)
Description
Tracks all keys on InCurveModel.
| Name | TrackCurve |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Modification/Keys/CurvesSnapshotBuilder.h |
| Include Path | #include "Modification/Keys/CurvesSnapshotBuilder.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/Modification/Keys/CurvesSnapshotBuilder.cpp |
FCurvesSnapshotBuilder & TrackCurve
(
const FCurveModelID & InCurveId
)
TrackCurve(const FCurveModelID &, TConstArrayView< FKeyHandle >)
Description
Tracks only the specified keys. Incompatible with EKeyChangeOperationFlags::AddKeys.
| Name | TrackCurve |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Modification/Keys/CurvesSnapshotBuilder.h |
| Include Path | #include "Modification/Keys/CurvesSnapshotBuilder.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/Modification/Keys/CurvesSnapshotBuilder.cpp |
FCurvesSnapshotBuilder & TrackCurve
(
const FCurveModelID & InCurveId,
TConstArrayView< FKeyHandle > Keys
)