UE2:StaticMesh (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2003 Object >> Primitive >> StaticMesh (native-only)
Package:
Engine
This class in other games:

This class represents static meshes 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