I love the smell of UnrealEd crashing in the morning. – tarquin

UE3:CurveEdPreset_CosWave (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> CurveEdPresetBase >> CurveEdPreset_CosWave

Contents

Package: 
UnrealEd
This class in other games:
UDK

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

[edit] Properties

[edit] Property group 'CurveEdPreset_CosWave'

[edit] Frequency

Type: float

The frequency of the wave

Default value: 1.0

[edit] Offset

Type: float

The offset of the wave

[edit] Scale

Type: float

The scale of the wave

Default value: 1.0

[edit] Instance functions

[edit] AreSettingsValid

function bool AreSettingsValid (bool bIsSaving)

Overrides: CurveEdPresetBase.AreSettingsValid

Virtual function to verify the settings are valid

[edit] GenerateCurve

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

Overrides: CurveEdPresetBase.GenerateCurve

Virtual function to generate curve

[edit] GetDisplayName

function string GetDisplayName ()

Overrides: CurveEdPresetBase.GetDisplayName

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

[edit] GetRequiredKeyInTimes

function bool GetRequiredKeyInTimes (out array<floatRequiredKeyInTimes)

Overrides: CurveEdPresetBase.GetRequiredKeyInTimes

Virtual function to get the required KeyIn times

Personal tools