IDistributionCurveEditor

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DistCurveEditor

Header

/Engine/Source/Editor/DistCurveEditor/Public/IDistCurveEditor.h

Include

#include "IDistCurveEditor.h"

Syntax

class IDistributionCurveEditor : public SCompoundWidget

Functions

Name Description

Public function

void

 

ClearAllSelectedCurves()

Deselects all curves

Public function

void

 

ClearAllVisibleCurves()

Hides all curves

Public function

void

 

CurveChanged()

Clears selected keys and updates the viewport

Public function

void

 

FitViewHorizontally()

Fit Accessors

Public function

void

 

FitViewVertically()

Public function

UInterpCurve...

 

GetEdSetup()

Accessors

Public function

float

 

GetEndIn()

Public function

float

 

GetStartIn()

Public function

void

 

RefreshViewport()

Refreshes the viewport

Public function

void

 

ScrollToFirstSelected()

Scrolls the curve labels to the first selected curve

Public function

void

 

SetActiveTabToFirstSelected()

Finds/activates the tab containing the first selected curve

Public function

void

 

SetCurveSelected

(
    const UObject* InCurve,
    bool bSelected
)

Selects a curve

Public function

void

 

SetCurveVisible

(
    const UObject* InCurve,
    bool bShow
)

Shows a curve

Public function

void

 

SetEndMarker

(
    bool bEnabled,
    float InEndPosition
)

Public function

void

 

SetInSnap

(
    bool bEnabled,
    float SnapAmount,
    bool bInSnapToFrames
)

Public function

void

 

SetPositionMarker

(
    bool bEnabled,
    float InPosition,
    const FColor& InMarkerColor
)

Public function

void

 

SetRegionMarker

(
    bool bEnabled,
    float InRegionStart,
    float InRegionEnd,
    const FColor& InRegionFillColor
)

Public function

void

 

SetViewInterval

(
    float StartIn,
    float EndIn
)

Classes

Name

Description

Public struct

FCurveEdOptions

Additional Options

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