Navigation
API > API/Editor > API/Editor/CurveEditor
| Name | TInvertedCurveModel |
| Type | class |
| Header File | /Engine/Source/Editor/CurveEditor/Public/InvertedCurveModel.h |
| Include Path | #include "InvertedCurveModel.h" |
Syntax
template<typename TBase>
class TInvertedCurveModel : public TBase
Inheritance Hierarchy
- TBase → TInvertedCurveModel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TInvertedCurveModel
(
TArg&&... Arg |
InvertedCurveModel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddKeys
(
TArrayView< const FKeyPosition > InPositions, |
InvertedCurveModel.h | ||
virtual TUniquePtr< IBufferedCurveModel > CreateBufferedCurveCopy() |
InvertedCurveModel.h | ||
virtual void DrawCurve
(
const FCurveEditor& CurveEditor, |
InvertedCurveModel.h | ||
virtual bool Evaluate
(
double InTime, |
InvertedCurveModel.h | ||
virtual void GetKeyAttributes
(
TArrayView< const FKeyHandle > InKeys, |
InvertedCurveModel.h | ||
virtual void GetKeyAttributesExcludingAutoComputed
(
TArrayView< const FKeyHandle > InKeys, |
InvertedCurveModel.h | ||
virtual void GetKeyAttributesIncludingAutoComputed
(
TArrayView< const FKeyHandle > InKeys, |
InvertedCurveModel.h | ||
virtual void GetKeyDrawInfo
(
ECurvePointType PointType, |
InvertedCurveModel.h | ||
virtual void GetKeyPositions
(
TArrayView< const FKeyHandle > InKeys, |
InvertedCurveModel.h | ||
virtual void GetKeys
(
double MinTime, |
InvertedCurveModel.h | ||
virtual void GetValueRange
(
double& MinValue, |
InvertedCurveModel.h | ||
virtual void SetKeyAttributes
(
TArrayView< const FKeyHandle > InKeys, |
InvertedCurveModel.h | ||
virtual void SetKeyPositions
(
TArrayView< const FKeyHandle > InKeys, |
InvertedCurveModel.h |