The method Ogre::MovableObject::getMovableType() returns the String of the MovableType, which is useful e.g. with ray queries.
Possible movable types:
Copy to clipboard
"BillboardChain" "BillboardSet" "Camera" "Entity" "Frustum" "Light" "ManualObject" "MovablePlane" "ParticleSystem" "RibbonTrail" "SimpleRenderable" "TerrainMipMap" // related to TerrainSceneManager?
Unknown strings for return of:
Copy to clipboard
InstancedGeometry::BatchInstance StaticGeometry::Region TerrainQuadTreeNode::Movable
Possible return of plugins:
Copy to clipboard
"TerrainSceneManager" "OctreeSceneManager" "BspSceneManager" "DefaultSceneManager"
Unknown return of Ogre Terrain Component and possible Ogre Paging Component.