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

Legacy:Primitive

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 14:28, 31 December 2005 by SuperApe (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 :: Object >> Primitive (Package: Engine)

UPrimitive is the native-only parent class for all 3-dimensional shapes used in the UnrealEngine.

Known Subclasses

Primitive
  +- ConvexVolume → used for the shapes of AntiportalActors
  +- FluidSurfacePrimitive → used by FluidSurfaceInfo
  +- Mesh
  |    +- LodMesh
  |         +- SkeletalMesh
  |         +- VertMesh
  +- MeshInstance
  |    +- LodMeshInstance
  |         +- SkeletalMeshInstance
  |         +- VertMeshInstance
  +- Model → used for the shapes of Brushes and Volumes
  +- ProjectorPrimitive
  +- StaticMesh
  +- TerrainPrimitive → used by TerrainInfo

Discussion