I'm a doctor, not a mechanic
UE2:StaticMesh (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:40, 24 October 2009 by Wormbo (Talk | contribs) (Created page with '{{infobox class | package = Engine | parent1 = Primitive | parent2 = Object | nativeonly = yes }} This class represents StaticMeshes as objects in the engine. Note that it i…')
Object >> Primitive >> StaticMesh (native-only) |
Contents
This class represents StaticMeshes as objects in the engine.
Note that it is a sibling of the class Mesh, not a subclass. That means you cannot assign a StaticMesh to a variable declared to reference a Mesh.
See also
- SkeletalMesh - mesh with skeletal animations
- VertMesh - mesh with vertex animations