UE3:ParticleModuleOrbit (UT3): Difference between revisions
Auto-generated page |
No edit summary |
||
Line 34: | Line 34: | ||
| {{tl|RawDistribution||Object structs|LookupTable}} | | {{tl|RawDistribution||Object structs|LookupTable}} | ||
| | | | ||
#0.0 | #0.0 | ||
#50.0 | #50.0 | ||
#0.0 | #0.0 | ||
#0.0 | #0.0 | ||
Line 47: | Line 41: | ||
#0.0 | #0.0 | ||
#50.0 | #50.0 | ||
#0.0 | #0.0 | ||
#0.0 | #0.0 | ||
Line 59: | Line 47: | ||
#0.0 | #0.0 | ||
#50.0 | #50.0 | ||
#0.0 | #0.0 | ||
|- | |- | ||
Line 108: | Line 94: | ||
| {{tl|RawDistribution||Object structs|LookupTable}} | | {{tl|RawDistribution||Object structs|LookupTable}} | ||
| | | | ||
#0.0 | #0.0 | ||
#1.0 | #1.0 | ||
#0.0 | #0.0 | ||
#0.0 | #0.0 | ||
#0.0 | #0.0 | ||
#1.0 | #1.0 | ||
#1.0 | #1.0 | ||
#1.0 | #1.0 | ||
#0.0 | #0.0 | ||
#0.0 | #0.0 | ||
#0.0 | #0.0 | ||
#1.0 | #1.0 | ||
#1.0 | #1.0 | ||
#1.0 | #1.0 | ||
|- | |- | ||
| {{tl|RawDistribution||Object structs|LookupTableChunkSize}} | | {{tl|RawDistribution||Object structs|LookupTableChunkSize}} | ||
Line 182: | Line 154: | ||
| {{tl|RawDistribution||Object structs|LookupTable}} | | {{tl|RawDistribution||Object structs|LookupTable}} | ||
| | | | ||
#0.0 | #0.0 | ||
#1.0 | #1.0 | ||
#0.0 | #0.0 | ||
#0.0 | #0.0 | ||
#0.0 | #0.0 | ||
#1.0 | #1.0 | ||
#1.0 | #1.0 | ||
#1.0 | #1.0 | ||
#0.0 | #0.0 | ||
#0.0 | #0.0 | ||
#0.0 | #0.0 | ||
#1.0 | #1.0 | ||
#1.0 | #1.0 | ||
#1.0 | #1.0 | ||
|- | |- | ||
| {{tl|RawDistribution||Object structs|LookupTableChunkSize}} | | {{tl|RawDistribution||Object structs|LookupTableChunkSize}} |
Latest revision as of 07:40, 23 May 2008
Object >> ParticleModule >> ParticleModuleOrbitBase >> ParticleModuleOrbit |
- Package:
- Engine
- This class in other games:
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. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties
Property group 'Chaining'
ChainMode
Type: EOrbitChainMode
Default value: EOChainMode_Link
Property group 'Offset'
OffsetAmount
Type: DistributionVector.RawDistributionVector
Offset The amount to offset the sprite from the particle positon.
Default value:
Member | Value |
---|---|
Distribution | DistributionOffsetAmount |
LookupTable |
|
LookupTableChunkSize | 6 |
LookupTableNumElements | 2 |
Op | 2 |
OffsetOptions
Type: OrbitOptions
Default value:
Member | Value |
---|---|
bProcessDuringSpawn | True |
Property group 'Rotation'
RotationAmount
Type: DistributionVector.RawDistributionVector
Rotation The amount to rotate the offset about the particle positon. In 'Turns' 0.0 = no rotation 0.5 = 180 degree rotation 1.0 = 360 degree rotation
Default value:
Member | Value |
---|---|
Distribution | DistributionRotationAmount |
LookupTable |
|
LookupTableChunkSize | 6 |
LookupTableNumElements | 2 |
Op | 2 |
RotationOptions
Type: OrbitOptions
Default value:
Member | Value |
---|---|
bProcessDuringSpawn | True |
Property group 'RotationRate'
RotationRateAmount
Type: DistributionVector.RawDistributionVector
RotationRate The rate at which to rotate the offset about the particle positon. In 'Turns' 0.0 = no rotation 0.5 = 180 degree rotation 1.0 = 360 degree rotation
Default value:
Member | Value |
---|---|
Distribution | DistributionRotationRateAmount |
LookupTable |
|
LookupTableChunkSize | 6 |
LookupTableNumElements | 2 |
Op | 2 |
RotationRateOptions
Type: OrbitOptions
Default value:
Member | Value |
---|---|
bProcessDuringSpawn | True |
Default values
Property | Value |
---|---|
bSpawnModule | True |
bUpdateModule | True |
Enums
EOrbitChainMode
Chaining options Orbit modules will chain together in the order they appear in the module stack. The combination of a module with the one prior to it is defined by using one of the following enumerations:
- EOChainMode_Add
- Add the module values to the previous results
- EOChainMode_Scale
- Multiply the module values by the previous results
- EOChainMode_Link
- 'Break' the chain and apply the values from the previous results
Structs
OrbitOptions
Modifiers: native
OrbitOptions structure Container struct for holding options on the data updating for the module.
- bool bProcessDuringSpawn
- Whether to process the data during spawning.
- bool bProcessDuringUpdate
- Whether to process the data during updating.
- bool bUseEmitterTime
- Whether to use emitter time during data retrieval.
Default values:
Property | Value |
---|---|
bProcessDuringSpawn | True |