I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:InterpCurveEdSetup (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> InterpCurveEdSetup
Package: 
Engine
This class in other games:
UT3

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

ActiveTab[edit]

Type: int


Tabs[edit]

Type: array<CurveEdTab>


Default value:

Member Value
TabName "Default"
ViewEndInput 1.0
ViewEndOutput 1.0
ViewStartOutput -1.0

Structs[edit]

CurveEdEntry[edit]

Modifiers: native

Object CurveObject 
Object.Color CurveColor 
string CurveName 
int bHideCurve 
int bColorCurve 
int bFloatingPointColorCurve 
int bClamp 
float ClampLow 
float ClampHigh 

CurveEdTab[edit]

Modifiers: native

string TabName 
array<CurveEdEntry> Curves 
float ViewStartInput 
float ViewEndInput 
float ViewStartOutput 
float ViewEndOutput