I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:ParticleSkeleton (U2)
Object >> Actor >> ParticleGenerator >> ParticleSkeleton |
- Package:
- ParticleSystems
- Known classes within ParticleSkeleton:
- BoneLocatorForce
- This class in other games:
- U2XMP
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
$Author: Sbrown $ $Date: 2/06/02 8:47p $ $Revision: 3 $ Name: ParticleSkeleton.uc Author: Aaron R Leiby Date: 5 December 2001 Description: Attaches particles to bones. Notes: Only works with Golem (LegendMesh). How to use this class: Set mesh or MeshOwner.
Properties[edit]
Property group 'ParticleSkeleton'[edit]
bInitialize[edit]
Type: bool
Set to true to create new set of particles based on new template settings.
BoneDist[edit]
Type: Object.Range
Next bone index equals current plus BoneDist.
BoneSelectionTime[edit]
Type: Object.Range
Time between bone selections (per particle).
bRandomBoneSelection[edit]
Type: bool
Next bone index is randomly selected.
MeshOwner[edit]
Type: Actor
Set this if you want to use some other Actor's Mesh.
NumParticles[edit]
Type: int
Total number of particles to spawn (spread out across all bones).
Rigidity[edit]
Type: Object.Range
How quickly the particles move to their desired locations (negative numbers enforce linear rate).
Internal variables[edit]
AnchorTemplate[edit]
Type: ParticleTemplate
Default values[edit]
Property | Value |
---|---|
Texture | Texture'ParticleSystems.Icons.S_ParticleSkeleton' |