I love the smell of UnrealEd crashing in the morning. – tarquin

Legacy:Primitive

From Unreal Wiki, The Unreal Engine Documentation Site
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[edit]

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[edit]