FCurveModel::GetValueRange

Get range of output value based on specified input times.

Unreal Engine C++ API Reference > Editor > CurveEditor > FCurveModel > GetValueRange

  • FCurveModel::GetValueRange()

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/CurveModel.h
Include #include "CurveModel.h"
virtual void GetValueRange
(
    double InMinTime,
    double InMaxTime,
    double & MinValue,
    double & MaxValue
) const

Remarks

Get range of output value based on specified input times. By default will just get the range without a specified time

Parameters

Name Description
MinTime Minimum Time
MaxTime Maximium Time
MinValue Minimum Value
MaxValue Minimum Value

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library