FStaticCurveEditorBounds

Windows
MacOS
Linux

Inheritance Hierarchy

ICurveEditorBounds

FStaticCurveEditorBounds

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/ICurveEditorBounds.h

Include

#include "ICurveEditorBounds.h"

Syntax

struct FStaticCurveEditorBounds : public ICurveEditorBounds

Variables

Name Description

Public variable

double

 

InputMax

Public variable

double

 

InputMin

Overridden from ICurveEditorBounds

Name Description

Public function Virtual Const

void

 

GetInputBounds

(
    double& OutMin,
    double& OutMax
)

Public function Virtual

void

 

SetInputBounds

(
    double InMin,
    double InMax
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss