Cogito, ergo sum

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

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