I don't need to test my programs. I have an error-correcting modem.

Legacy:Primitive

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from Legacy:ConvexVolume)
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.

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

[edit] Discussion

Personal tools