The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:ForceFieldShapeSphere (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> ForceFieldShape >> ForceFieldShapeSphere
Package: 
Engine


Properties[edit]

Shape[edit]

Type: DrawSphereComponent


Default value: DrawSphereComponent'DrawSphere0'

Subobjects[edit]

DrawSphere0[edit]

Class: Engine.DrawSphereComponent

Property Value
ReplacementPrimitive None
SphereRadius 200.0

Events[edit]

FillByBox[edit]

event FillByBox (Object.Vector Extent)

Overrides: ForceFieldShape.FillByBox


FillByCapsule[edit]

event FillByCapsule (float Height, float Radius)

Overrides: ForceFieldShape.FillByCapsule


FillByCylinder[edit]

event FillByCylinder (float BottomRadius, float TopRadius, float Height, float HeightOffset)

Overrides: ForceFieldShape.FillByCylinder


FillBySphere[edit]

event FillBySphere (float Radius)

Overrides: ForceFieldShape.FillBySphere


GetDrawComponent[edit]

event PrimitiveComponent GetDrawComponent ()

Overrides: ForceFieldShape.GetDrawComponent


GetRadius[edit]

event float GetRadius ()