There is no spoon
UE3:CurveEdPresetBase (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> CurveEdPresetBase |
- Package:
- UnrealEd
- Direct subclasses:
- CurveEdPreset_Nothing, CurveEdPreset_CosWave, CurveEdPreset_LinearDecay, CurveEdPreset_SineWave, CurveEdPreset_UserSet
- This class in other games:
- UDK
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.
Functions[edit]
Events[edit]
CheckAreSettingsValid[edit]
FetchDisplayName[edit]
event FetchDisplayName (out string OutName)
Event to allow C++ to call GetDisplayName
FetchRequiredKeyInTimes[edit]
GenerateCurveData[edit]
event bool GenerateCurveData (out array<float> RequiredKeyInTimes, out array<CurveEdPresetCurve.PresetGeneratedPoint> GeneratedPoints)
Event to allow C++ to call GenerateCurve
Other instance functions[edit]
AreSettingsValid[edit]
Virtual function to verify the settings are valid
GenerateCurve[edit]
function bool GenerateCurve (out array<float> RequiredKeyInTimes, out array<CurveEdPresetCurve.PresetGeneratedPoint> GeneratedPoints)
Virtual function to generate curve
GetDisplayName[edit]
function string GetDisplayName ()
Virtual function to get the user-readable name for the curve
GetRequiredKeyInTimes[edit]
Virtual function to get the required KeyIn times