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

UE3:PhysXFractureOptions (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> PhysXFractureOptions
Package: 
UnrealEd

null

Properties

Property group 'PhysXFractureOptions'

SlicingLevels

Type: array<PhysXSlicingParameters>

Per-level slicing parameters

Structs

PhysXSlicingParameters

Modifiers: native

int SlicesInX 
Number of slices in X, Y and Z.
int SlicesInY 
Number of slices in X, Y and Z.
int SlicesInZ 
Number of slices in X, Y and Z.
Object.Vector LinearNoise 
The linear noise on the splitting planes.
Object.Vector AngularNoise 
The angular noise on the splitting planes.

Default values:

Property Value
AngularNoise
Member Value
X 20.0
Y 20.0
Z 20.0
LinearNoise
Member Value
X 0.1
Y 0.1
Z 0.1
SlicesInX 1
SlicesInY 1
SlicesInZ 1