Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UInterpCurveEdSetup |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/InterpCurveEdSetup.h |
| Include Path | #include "Engine/InterpCurveEdSetup.h" |
Syntax
UCLASS (MinimalAPI)
class UInterpCurveEdSetup : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterpCurveEdSetup
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UInterpCurveEdSetup
(
const FObjectInitializer& ObjectInitializer |
Engine/InterpCurveEdSetup.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActiveTab | int32 | Engine/InterpCurveEdSetup.h | ||
| Tabs | TArray< struct FCurveEdTab > | Engine/InterpCurveEdSetup.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddCurveToCurrentTab
(
UObject* InCurve, |
Add a new curve property to the current tab. | Engine/InterpCurveEdSetup.h | |
| Change the color of the given curve | Engine/InterpCurveEdSetup.h | ||
void ChangeCurveName
(
UObject* InCurve, |
Change the displayed name for a curve in the curve editor. | Engine/InterpCurveEdSetup.h | |
void CreateNewTab
(
const FString& InTabName |
Create a new tab in the CurveEdSetup. | Engine/InterpCurveEdSetup.h | |
void RemoveCurve
(
UObject* InCurve |
Remove a particuclar curve from all tabs. | Engine/InterpCurveEdSetup.h | |
void RemoveTab
(
const FString& InTabName |
Remove the tab of the given name from the CurveEdSetup. | Engine/InterpCurveEdSetup.h | |
| Replace a particuclar curve | Engine/InterpCurveEdSetup.h | ||
void ResetTabs() |
Remove all tabs and re-add the 'default' one | Engine/InterpCurveEdSetup.h | |
bool ShowingCurve
(
UObject* InCurve |
Look through CurveEdSetup and see if any properties of selected object is being shown. | Engine/InterpCurveEdSetup.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostLoad() |
Engine/InterpCurveEdSetup.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FCurveEdInterface * GetCurveEdInterfacePointer
(
const FCurveEdEntry& Entry |
Engine/InterpCurveEdSetup.h |