I'm a doctor, not a mechanic

UE3:StaticMeshActor (UDK)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> Actor >> StaticMeshActorBase >> StaticMeshActor
Package: 
Engine
Direct subclasses:
UTTeamStaticMesh, InteractiveFoliageActor
This class in other games:
UE2Runtime, U2, UT2003, UT2004, U2XMP, UT3

StaticMeshActor. An actor that is drawn using a static mesh(a mesh that never changes, and can be cached in video memory, resulting in a speed boost). Note that PostBeginPlay() and SetInitialState() are never called for StaticMeshActors

Properties[edit]

Property group 'StaticMeshActor'[edit]

StaticMeshComponent[edit]

Type: StaticMeshComponent

Modifiers: const, editconst


Default value: StaticMeshComponent'StaticMeshComponent0'

Default values[edit]

Property Value
CollisionComponent StaticMeshComponent'StaticMeshComponent0'
Components[0] StaticMeshComponent'StaticMeshComponent0'

Subobjects[edit]

StaticMeshComponent0[edit]

Class: Engine.StaticMeshComponent

Property Value
bAllowApproximateOcclusion True
bForceDirectLightMap True
bUsePrecomputedShadows True
ReplacementPrimitive None

Events[edit]

PreBeginPlay[edit]

event PreBeginPlay ()

Overrides: Actor.PreBeginPlay