UE3:CurveEdPresetCurve (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
UDK Object >> CurveEdPresetCurve
Package:
Engine
This class in other games:

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

Properties

Property group 'CurveEdPresetCurve'

CurveName

Type: string

Modifiers: localized

Name of the curve

Internal variables

Points

Type: array<PresetGeneratedPoint>

The points of the curve

Structs

PresetGeneratedPoint

Modifiers: native

Preset Generated Point

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