Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.ParticleModuleCameraOffset

Extends
ParticleModuleCameraBase
Modifiers
native ( Particle ) editinlinenew hidecategories ( Object )

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

Core.Object
|   
+-- Engine.ParticleModule
   |   
   +-- Engine.ParticleModuleCameraBase
      |   
      +-- Engine.ParticleModuleCameraOffset

Variables Summary
Camera
boolbSpawnTimeOnly
rawdistributionfloatCameraOffset
EParticleCameraOffsetUpdateMethodUpdateMethod
Inherited Variables from Engine.ParticleModule
b3DDrawMode, bCurvesAsColor, bEditable, bEnabled, bFinalUpdateModule, bRequiresLoopingNotification, bSpawnModule, bSupported3DDrawMode, bSupportsRandomSeed, bUpdateModule, LODDuplicate, LODValidity, ModuleEditorColor

Enumerations Summary
EParticleCameraOffsetUpdateMethod
EPCOUM_DirectSet, EPCOUM_Additive, EPCOUM_Scalar
Inherited Enumerations from Engine.ParticleModule
EModuleType, EParticleSourceSelectionMethod

Structures Summary
Inherited Structures from Engine.ParticleModule
ParticleCurvePair, ParticleRandomSeedInfo


Variables Detail

Camera

bSpawnTimeOnly Source code

var(Camera) bool bSpawnTimeOnly;
If TRUE, the offset will only be processed at spawn time

CameraOffset Source code

var(Camera) rawdistributionfloat CameraOffset;
The camera-relative offset to apply to sprite location

UpdateMethod Source code

var(Camera) EParticleCameraOffsetUpdateMethod UpdateMethod;
How to update the offset for this module. DirectSet - Set the value directly (overwrite any previous setting) Additive - Add the offset of this module to the existing offset Scalar - Scale the existing offset by the value of this module


Enumerations Detail

EParticleCameraOffsetUpdateMethod Source code

enum EParticleCameraOffsetUpdateMethod
{
EPCOUM_DirectSet, EPCOUM_Additive, EPCOUM_Scalar
};
The update method for the offset


Defaultproperties

defaultproperties
{
	bSpawnModule=true
	bUpdateModule=true

	Begin Object Class=DistributionFloatConstant Name=DistributionCameraOffset
		Constant=1.0
	End Object
	CameraOffset=(Distribution=DistributionCameraOffset)

	bSpawnTimeOnly=false
	UpdateMethod=EPCOUM_DirectSet
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:54.112 - Created with UnCodeX