UE3:CurveEdPreset_LinearDecay (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> CurveEdPresetBase >> CurveEdPreset_LinearDecay |
- Package:
- UnrealEd
- This class in other games:
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties
Property group 'CurveEdPreset_LinearDecay'
EndDecay
Type: float
Default value: 1.0
EndValue
Type: float
StartDecay
Type: float
StartValue
Type: float
Default value: 1.0
Instance functions
AreSettingsValid
Overrides: CurveEdPresetBase.AreSettingsValid
Virtual function to verify the settings are valid
GenerateCurve
function bool GenerateCurve (out array<float> RequiredKeyInTimes, out array<CurveEdPresetCurve.PresetGeneratedPoint> GeneratedPoints)
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
Overrides: CurveEdPresetBase.GetRequiredKeyInTimes
Virtual function to get the required KeyIn times