Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:CurveEdPreset_CosWave (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)

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

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

Properties

Property group 'CurveEdPreset_CosWave'

Frequency

Type: float

The frequency of the wave

Default value: 1.0

Offset

Type: float

The offset of the wave

Scale

Type: float

The scale of the wave

Default value: 1.0

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