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

Legacy:DefaultPhysicsVolume

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
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[edit]

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