Engine.ParticleSystemComponent
- Extends
- PrimitiveComponent
- Modifiers
- native ( Particle ) hidecategories ( Object ) hidecategories ( Physics ) hidecategories ( Collision ) editinlinenew dependson ( ParticleSystem )
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Core.Component
|
+-- Engine.ActorComponent
|
+-- Engine.PrimitiveComponent
|
+-- Engine.ParticleSystemComponent
Direct Known Subclasses:
CascadeParticleSystemComponent, UTParticleSystemComponent
Inherited Variables from Engine.PrimitiveComponent |
AbsoluteRotation, AbsoluteScale, AbsoluteTranslation, AlwaysLoadOnClient, AlwaysLoadOnServer, bAcceptsDecals, bAcceptsDecalsDuringGameplay, bAcceptsDynamicLights, bAcceptsFoliage, bAcceptsLights, bAllowApproximateOcclusion, bAllowCullDistanceVolume, bCastDynamicShadow, bCastHiddenShadow, bDisableAllRigidBody, bFluidDrain, bFluidTwoWay, bForceDirectLightMap, bForceMipStreaming, bIgnoreForceField, bIgnoreHiddenActorsMembership, bIgnoreOwnerHidden, bIgnoreRadialForce, bIgnoreRadialImpulse, bIsRefreshingDecals, BlockActors, BlockNonZeroExtent, BlockRigidBody, BlockZeroExtent, bNotifyRigidBodyCollision, BodyInstance, bOnlyOwnerSee, Bounds, bOwnerNoSee, bUseAsOccluder, bUseCompartment, bUsePrecomputedShadows, bUseViewOwnerDepthPriorityGroup, bWasSNFiltered, CachedCullDistance, CachedParentToWorld, CastShadow, CollideActors, CullDistance, DecalList, DepthPriorityGroup, DetachFence, DetailMode, FogVolumeComponent, HiddenEditor, HiddenGame, LastRenderTime, LastSubmitTime, LightEnvironment, LightingChannels, LocalToWorld, LocalToWorldDeterminant, MotionBlurInfoIndex, MotionBlurScale, OctreeNodes, PhysMaterialOverride, RBChannel, RBCollideWithChannels, RBDominanceGroup, RigidBodyIgnorePawns, Rotation, Scale, Scale3D, SceneInfo, ScriptRigidBodyCollisionThreshold, ShadowParent, Tag, Translation, TranslucencySortPriority, ViewOwnerDepthPriorityGroup |
Enumerations Summary |
EParticleSysParamType PSPT_None,
PSPT_Scalar,
PSPT_Vector,
PSPT_Color,
PSPT_Actor,
PSPT_Material |
Functions Summary |
 | | ActivateSystem ()
|
 | | ClearParameter (name ParameterName, optional EParticleSysParamType ParameterType)
|
 | | DeactivateSystem ()
|
 | int | GetEditorLODLevel ()
|
 | int | GetLODLevel ()
|
 | bool | GetSkipUpdateDynamicDataDuringTick ()
|
 | | KillParticlesForced ()
|
 | | ResetToDefaults ()
|
 | | RewindEmitterInstance (int EmitterIndex)
|
 | | RewindEmitterInstances ()
|
 | | SetActive (bool bNowActive)
|
 | | SetActorParameter (name ParameterName, actor Param)
|
 | | SetBeamDistance (int EmitterIndex, float Distance)
|
 | | SetBeamEndPoint (int EmitterIndex, vector NewEndPoint)
|
 | | SetBeamSourcePoint (int EmitterIndex, vector NewSourcePoint, int SourceIndex)
|
 | | SetBeamSourceStrength (int EmitterIndex, float NewSourceStrength, int SourceIndex)
|
 | | SetBeamSourceTangent (int EmitterIndex, vector NewTangentPoint, int SourceIndex)
|
 | | SetBeamTargetPoint (int EmitterIndex, vector NewTargetPoint, int TargetIndex)
|
 | | SetBeamTargetStrength (int EmitterIndex, float NewTargetStrength, int TargetIndex)
|
 | | SetBeamTargetTangent (int EmitterIndex, vector NewTangentPoint, int TargetIndex)
|
 | | SetBeamTessellationFactor (int EmitterIndex, float NewFactor)
|
 | | SetBeamType (int EmitterIndex, int NewMethod)
|
 | | SetColorParameter (name ParameterName, color Param)
|
 | | SetEditorLODLevel (int InLODLevel)
|
 | | SetFloatParameter (name ParameterName, float Param)
|
 | | SetKillOnCompleted (int EmitterIndex, bool bKill)
|
 | | SetKillOnDeactivate (int EmitterIndex, bool bKill)
|
 | | SetLODLevel (int InLODLevel)
|
 | | SetMaterialParameter (name ParameterName, MaterialInterface Param)
|
 | | SetSkipUpdateDynamicDataDuringTick (bool bInSkipUpdateDynamicDataDuringTick)
|
 | | SetTemplate (ParticleSystem NewTemplate)
|
 | | SetVectorParameter (name ParameterName, vector Param)
|
Inherited Functions from Engine.PrimitiveComponent |
AddForce, AddImpulse, AddRadialForce, AddRadialImpulse, GetPosition, GetRootBodyInstance, PutRigidBodyToSleep, RigidBodyIsAwake, SetAbsolute, SetActorCollision, SetBlockRigidBody, SetCullDistance, SetDepthPriorityGroup, SetHidden, SetIgnoreOwnerHidden, SetLightEnvironment, SetLightingChannels, SetNotifyRigidBodyCollision, SetOnlyOwnerSee, SetOwnerNoSee, SetPhysMaterialOverride, SetRBAngularVelocity, SetRBChannel, SetRBCollidesWithChannel, SetRBDominanceGroup, SetRBLinearVelocity, SetRBPosition, SetRBRotation, SetRotation, SetScale, SetScale3D, SetShadowParent, SetTraceBlocking, SetTranslation, SetViewOwnerDepthPriorityGroup, WakeRigidBody |
var transient float AccumTickTime;
var bool bDeferredBeamUpdate;
var transient bool bForcedInActive;
var transient bool bIsActive;
var bool bIsCachedInPool;
var transient bool bIsViewRelevanceDirty;
var transient bool bIsWarmingUp;
var bool bJustAttached;
bSkipUpdateDynamicDataDuringTick Source code
var bool bSkipUpdateDynamicDataDuringTick;
var const bool bSuppressSpawning;
bUpdateComponentInTick Source code
var bool bUpdateComponentInTick;
bUpdateOnDedicatedServer Source code
var bool bUpdateOnDedicatedServer;
var bool bWarmingUp;
var const bool bWasCompleted;
var const bool bWasDeactivated;
CachedViewRelevanceFlags Source code
var int EditorLODLevel;
var native transient const array<
pointer> EmitterInstances;
var int LODLevel;
var private transient duplicatetransient const array<
MaterialInterface> SMMaterialInterfaces;
var float WarmupTime;
LOD
var(LOD) bool bOverrideLODMethod;
ParticleSystemComponent
ParticleEmitterInstance Source code
native final function ActivateSystem ( )
native final
function ClearParameter (
name ParameterName, optional
EParticleSysParamType ParameterType )
native final function DeactivateSystem ( )
native final function int GetEditorLODLevel ( )
native final function int GetLODLevel ( )
GetSkipUpdateDynamicDataDuringTick Source code
native final function bool GetSkipUpdateDynamicDataDuringTick ( )
native final function KillParticlesForced ( )
native final function ResetToDefaults ( )
native function RewindEmitterInstance ( int EmitterIndex )
RewindEmitterInstances Source code
native function RewindEmitterInstances ( )
native final function SetActive ( bool bNowActive )
native final
function SetActorParameter (
name ParameterName,
actor Param )
native function SetBeamDistance ( int EmitterIndex, float Distance )
native
function SetBeamEndPoint (
int EmitterIndex,
vector NewEndPoint )
native
function SetBeamSourcePoint (
int EmitterIndex,
vector NewSourcePoint,
int SourceIndex )
native function SetBeamSourceStrength ( int EmitterIndex, float NewSourceStrength, int SourceIndex )
native
function SetBeamSourceTangent (
int EmitterIndex,
vector NewTangentPoint,
int SourceIndex )
native
function SetBeamTargetPoint (
int EmitterIndex,
vector NewTargetPoint,
int TargetIndex )
native function SetBeamTargetStrength ( int EmitterIndex, float NewTargetStrength, int TargetIndex )
native
function SetBeamTargetTangent (
int EmitterIndex,
vector NewTangentPoint,
int TargetIndex )
SetBeamTessellationFactor Source code
native function SetBeamTessellationFactor ( int EmitterIndex, float NewFactor )
native function SetBeamType ( int EmitterIndex, int NewMethod )
native final
function SetColorParameter (
name ParameterName,
color Param )
native final function SetEditorLODLevel ( int InLODLevel )
native final function SetFloatParameter ( name ParameterName, float Param )
native function SetKillOnCompleted ( int EmitterIndex, bool bKill )
native function SetKillOnDeactivate ( int EmitterIndex, bool bKill )
native final function SetLODLevel ( int InLODLevel )
native final
function SetMaterialParameter (
name ParameterName,
MaterialInterface Param )
SetSkipUpdateDynamicDataDuringTick Source code
native final function SetSkipUpdateDynamicDataDuringTick ( bool bInSkipUpdateDynamicDataDuringTick )
native final
function SetVectorParameter (
name ParameterName,
vector Param )
defaultproperties
{
bAutoActivate=True
bTickInEditor=True
Name="Default__ParticleSystemComponent"
ObjectArchetype=PrimitiveComponent'Engine.Default__PrimitiveComponent'
}
|
Creation time: sk 18-3-2018 10:00:41.193 - Created with
UnCodeX