Mostly Harmless

UE3:PhysicsAsset (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> PhysicsAsset

Contents

Package: 
Engine
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

[edit] Properties

[edit] BodySetup

Type: array<RB_BodySetup>

Modifiers: const, instanced

Array of RB_BodySetup objects. Stores information about collision shape etc. for each body. Does not include body position - those are taken from mesh.

[edit] ConstraintSetup

Type: array<RB_ConstraintSetup>

Modifiers: const, instanced

Array of RB_ConstraintSetup objects. Stores information about a joint between two bodies, such as position relative to each body, joint limits etc.

[edit] DefaultInstance

Type: PhysicsAssetInstance

Modifiers: const, instanced

Default per-instance paramters for this PhysicsAsset.

[edit] DefaultSkelMesh

Type: SkeletalMesh

Modifiers: const, editoronly

Default skeletal mesh to use when previewing this PhysicsAsset etc. Is the one that was used as the basis for creating this Asset.