Mostly Harmless

UE3:CurveEdPreset_LinearDecay (UDK)

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

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

Properties[edit]

Property group 'CurveEdPreset_LinearDecay'[edit]

EndDecay[edit]

Type: float


Default value: 1.0

EndValue[edit]

Type: float


StartDecay[edit]

Type: float


StartValue[edit]

Type: float


Default value: 1.0

Instance functions[edit]

AreSettingsValid[edit]

function bool AreSettingsValid (bool bIsSaving)

Overrides: CurveEdPresetBase.AreSettingsValid

Virtual function to verify the settings are valid

GenerateCurve[edit]

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

Overrides: CurveEdPresetBase.GenerateCurve

Virtual function to generate curve

GetDisplayName[edit]

function string GetDisplayName ()

Overrides: CurveEdPresetBase.GetDisplayName

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

GetRequiredKeyInTimes[edit]

function bool GetRequiredKeyInTimes (out array<floatRequiredKeyInTimes)

Overrides: CurveEdPresetBase.GetRequiredKeyInTimes

Virtual function to get the required KeyIn times