Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:PhysXFractureOptions (UDK)

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

null

Properties[edit]

Property group 'PhysXFractureOptions'[edit]

SlicingLevels[edit]

Type: array<PhysXSlicingParameters>

Per-level slicing parameters

Structs[edit]

PhysXSlicingParameters[edit]

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