Cogito, ergo sum

UE3:CurveEdPreset_UserSet (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> CurveEdPresetBase >> CurveEdPreset_UserSet
Package: 
UnrealEd
This class in other games:
UDK

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

Properties

Property group 'CurveEdPreset_UserSet'

UserCurve

Type: CurveEdPresetCurve


Instance functions

AreSettingsValid

function bool AreSettingsValid (bool bIsSaving)

Overrides: CurveEdPresetBase.AreSettingsValid

Virtual function to verify the settings are valid

GenerateCurve

function bool GenerateCurve (out array<floatRequiredKeyInTimes, out array<CurveEdPresetCurve.PresetGeneratedPointGeneratedPoints)

Overrides: CurveEdPresetBase.GenerateCurve

Virtual function to generate curve

GetDisplayName

function string GetDisplayName ()

Overrides: CurveEdPresetBase.GetDisplayName

Virtual function to get the user-readable name for the curve

GetRequiredKeyInTimes

function bool GetRequiredKeyInTimes (out array<floatRequiredKeyInTimes)

Overrides: CurveEdPresetBase.GetRequiredKeyInTimes

Virtual function to get the required KeyIn times

LoadUserSetPointFile

function bool LoadUserSetPointFile ()


SaveUserSetPointFile

function bool SaveUserSetPointFile ()


SetCurve

function bool SetCurve (array<CurveEdPresetCurve.PresetGeneratedPointGeneratedPoints)

Fill-in from a set curve