Legacy:DefaultPhysicsVolume

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:37, 31 December 2005 by SuperApe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UT2003 :: Actor -> Brush -> Volume -> PhysicsVolume -> DefaultPhysicsVolume (Package: Engine)

The default physics volume for areas of the level with no physics volume specified. It is a native, not-placable actor.

Functions

Destroy()
Logs a message and raises an assertion; otherise EMPTY. In other words, a DefaultPhysicsVolume object should never be deleted during the game. Probably the only reason bStatic and bNoDelete are false is so that any code that deletes one of these is immediately caught and fixed.

Related Topics