FStaticCurveEditorBounds

Unreal Engine C++ API Reference > Editor > CurveEditor

Inheritance Hierarchy

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/ICurveEditorBounds.h
Include #include "ICurveEditorBounds.h"

Syntax

struct FStaticCurveEditorBounds : public [ICurveEditorBounds](API\Editor\CurveEditor\ICurveEditorBounds)  

Variables

Type Name Description
double InputMax  
double InputMin  

Overridden from ICurveEditorBounds

Type Name Description
void GetInputBounds ( double& OutMin, double& OutMax )  
void SetInputBounds ( double InMin, double InMax )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library