Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.WindDirectionalSourceComponent

Extends
ActorComponent
Modifiers
native collapsecategories hidecategories ( Object ) editinlinenew

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

Core.Object
|   
+-- Core.Component
   |   
   +-- Engine.ActorComponent
      |   
      +-- Engine.WindDirectionalSourceComponent

Direct Known Subclasses:

WindPointSourceComponent

Variables Summary
pointerSceneProxy
WindDirectionalSourceComponent
floatFrequency
floatPhase
floatSpeed
floatStrength
Inherited Variables from Engine.ActorComponent
bAttached, bNeedsReattach, bNeedsUpdateTransform, bTickInEditor, Owner, Scene, TickGroup
Inherited Variables from Core.Component
TemplateName, TemplateOwnerClass

Functions Summary
Inherited Functions from Engine.ActorComponent
DetachFromAny, ForceUpdate, SetComponentRBFixed, SetTickGroup


Variables Detail

SceneProxy Source code

var native private transient noimport const pointer SceneProxy;

WindDirectionalSourceComponent

Frequency Source code

var(WindDirectionalSourceComponent) interp float Frequency;

Phase Source code

var(WindDirectionalSourceComponent) interp float Phase;

Speed Source code

var(WindDirectionalSourceComponent) interp float Speed;

Strength Source code

var(WindDirectionalSourceComponent) interp float Strength;


Defaultproperties

defaultproperties
{
	Strength=1.0
	Frequency=1.0
	Speed=1.0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:57:02.236 - Created with UnCodeX