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

ParticleSystems.GeometryCollider

Extends
Force
Modifiers
native

Core.Object
|   
+-- ParticleSystems.Force
   |   
   +-- ParticleSystems.GeometryCollider

Direct Known Subclasses:

CollisionAnchor, CollisionGlider, GeoCollideAndMerge, GeometryColliderEx, GlassCollider, ImpactHandlerForce, LGalt_GeometryCollider

Constants Summary
Inherited Contants from Core.Object
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees

Variables Summary
floatNotificationTimer
Decals
array<ProjSettings>ProjectorSettings
GeometryCollider
boolbCollideActors
boolbCollisionNotify
boolbDeleteOnContact
boolbDiffuse
boolbIgnoreInstigator
boolbStopOnContact
RangeElasticity
Array<ParticleTemplate>ImpactEffects
floatImpactPercent
floatMaxNotificationTime
floatMinIncidence
intNotificationsPerTick
rangePitch
rangeRadius
soundSound
rangeVolume
Inherited Variables from ParticleSystems.Force
AffectedTemplates, bIterateAll, GroupName, Priority
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAlignment, ECamOrientation, ESheerAxis

Structures Summary
ProjSettings
MaterialBlendingOp, FrameBufferBlendingOp, ProjTexture, FOV, MaxTraceDistance, bProjectBSP, bProjectTerrain, bProjectStaticMesh, bProjectParticles, bProjectActor, bClipBSP, bClipStaticMesh, bProjectOnUnlit, bGradient, bProjectOnBackfaces, bProjectOnAlpha, bProjectOnParallelBSP, ProjectTag, ExcludedActorsTag, Size, Alpha
Inherited Structures from Core.Object
Alignment, BoundingVolume, Box, Color, ComponentHandle, Coords, Dimension, Guid, Matrix, NotifyInfo, ParticleHandle, Plane, Point, Range, RangeVector, Rectangle, Rotator, Scale, Vector

Functions Summary
event AddImpactEffect (ParticleTemplate T)
event CollisionNotification (ParticleHandle P, Actor.CheckResult Hit)
Inherited Functions from ParticleSystems.Force
AddTemplate, RemoveTemplate
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, ?, @, @=, Ablend, AblendR, Abs, Acos, AddFlagSafe, AddTimer, AddTimerS, Asc, Asin, Atan, Atan2, BeginState, Blend, BlendR, CallFunction, CallFunctionS, CanGetProperty, CanSetProperty, Caps, Chr, Clamp, ClassIsChildOf, Constructed, Cos, Cross, DefinesFunction, DefinesFunctionS, Delete, Disable, Dot, DumpProbes, DynamicLoadObject, Enable, EndState, EnumStr, Exp, FClamp, FDecision, FileSize, FindObject, FMax, FMin, FRand, GetAxes, GetContext, GetEnum, GetLanguage, GetPropertyText, GetRand, GetStateName, GetUnAxes, GetWhiteColor, GotoLabel, GotoState, InStr, Invert, IsA, IsInState, IsProbing, Left, Len, Lerp, LineLineIntersection, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NotifyStateChange, ObjListMemStats, OrthoRotation, ProgressSeed, Quotes, Rand, RandomSpreadVector, RandRange, RemoveAllTimers, RemoveFlagSafe, RemoveTimer, RemoveTimerS, ResetConfig, ResetLoaders, Right, RMax, RMin, RotateAngleAxis, RotRand, Round, RSize, SaveConfig, SetProbing, SetPropertyText, SetPropertyTextDefault, Sin, Smerp, SMod, Split, Sqrt, Square, StaticCallFunction, StaticCallFunctionS, StaticDefinesFunction, StaticDefinesFunctionS, StaticSaveConfig, StrArray, StringToName, Tan, TimeRemaining, TimeRemainingS, TraceMessage, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

NotificationTimer Source code

var float NotificationTimer;

Decals

ProjectorSettings Source code

var(Decals) array<ProjSettings> ProjectorSettings;

GeometryCollider

bCollideActors Source code

var(GeometryCollider) bool bCollideActors;

bCollisionNotify Source code

var(GeometryCollider) bool bCollisionNotify;

bDeleteOnContact Source code

var(GeometryCollider) bool bDeleteOnContact;

bDiffuse Source code

var(GeometryCollider) bool bDiffuse;

bIgnoreInstigator Source code

var(GeometryCollider) bool bIgnoreInstigator;

bStopOnContact Source code

var(GeometryCollider) bool bStopOnContact;

Elasticity Source code

var(GeometryCollider) Range Elasticity;

ImpactEffects Source code

var(GeometryCollider) Array<ParticleTemplate> ImpactEffects;

ImpactPercent Source code

var(GeometryCollider) float ImpactPercent;

MaxNotificationTime Source code

var(GeometryCollider) float MaxNotificationTime;

MinIncidence Source code

var(GeometryCollider) float MinIncidence;

NotificationsPerTick Source code

var(GeometryCollider) int NotificationsPerTick;

Pitch Source code

var(GeometryCollider) range Pitch;

Radius Source code

var(GeometryCollider) range Radius;

Sound Source code

var(GeometryCollider) sound Sound;

Volume Source code

var(GeometryCollider) range Volume;


Structures Detail

ProjSettings Source code

struct ProjSettings
{
var(GeometryCollider) range Alpha;
var(GeometryCollider) bool bClipBSP;
var(GeometryCollider) bool bClipStaticMesh;
var(GeometryCollider) bool bGradient;
var(GeometryCollider) bool bProjectActor;
var(GeometryCollider) bool bProjectBSP;
var(GeometryCollider) bool bProjectOnAlpha;
var(GeometryCollider) bool bProjectOnBackfaces;
var(GeometryCollider) bool bProjectOnParallelBSP;
var(GeometryCollider) bool bProjectOnUnlit;
var(GeometryCollider) bool bProjectParticles;
var(GeometryCollider) bool bProjectStaticMesh;
var(GeometryCollider) bool bProjectTerrain;
var(GeometryCollider) name ExcludedActorsTag;
var(GeometryCollider) int FOV;
var(GeometryCollider) Projector.EProjectorBlending FrameBufferBlendingOp;
var(GeometryCollider) Projector.EProjectorBlending MaterialBlendingOp;
var(GeometryCollider) int MaxTraceDistance;
var(GeometryCollider) name ProjectTag;
var(GeometryCollider) Material ProjTexture;
var(GeometryCollider) range Size;
};



Functions Detail

AddImpactEffect Source code

native event AddImpactEffect ( ParticleTemplate T )

CollisionNotification Source code

event CollisionNotification ( ParticleHandle P, Actor.CheckResult Hit )


Defaultproperties

defaultproperties
{
	bIgnoreInstigator=true
	Elasticity=(A=0.750000,B=0.750000)
	ImpactPercent=1.000000
	Priority=7.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:29.929 - Created with UnCodeX