I'm a doctor, not a mechanic

UE3:CurveEdPresetCurve (UT3)

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

CurveEdPresetCurve A preset curve data object Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'CurveEdPresetCurve'[edit]

CurveName[edit]

Type: string

Modifiers: localized

Name of the curve

Internal variables[edit]

Points[edit]

Type: array<PresetGeneratedPoint>

The points of the curve

Structs[edit]

PresetGeneratedPoint[edit]

Modifiers: native

Preset Generated Point

float KeyIn 
float KeyOut 
bool TangentsValid 
float TangentIn 
float TangentOut 
Object.EInterpCurveMode IntepMode