Gah - a solution with more questions. – EntropicLqd
UE3:NxGenericForceFieldBrush (UDK)
Contents
- 1 Properties
- 1.1 Property group 'NxGenericForceFieldBrush'
- 1.1.1 CollideWithChannels
- 1.1.2 Constant
- 1.1.3 Coordinates
- 1.1.4 ExcludeChannel
- 1.1.5 FalloffLinear
- 1.1.6 FalloffQuadratic
- 1.1.7 Noise
- 1.1.8 PositionMultiplierX
- 1.1.9 PositionMultiplierY
- 1.1.10 PositionMultiplierZ
- 1.1.11 PositionTarget
- 1.1.12 RBChannel
- 1.1.13 TorusRadius
- 1.1.14 VelocityMultiplierX
- 1.1.15 VelocityMultiplierY
- 1.1.16 VelocityMultiplierZ
- 1.1.17 VelocityTarget
- 1.2 Internal variables
- 1.3 Default values
- 1.4 Subobjects
- 1.1 Property group 'NxGenericForceFieldBrush'
- 2 Enums
- 3 Functions
- Package:
- Engine
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. |
Properties
Property group 'NxGenericForceFieldBrush'
CollideWithChannels
Type: PrimitiveComponent.RBCollisionChannelContainer
Which types of object to apply this force field to
Default value:
Member | Value |
---|---|
Cloth | True |
Default | True |
EffectPhysics | True |
FluidDrain | True |
GameplayPhysics | True |
Pawn | True |
SoftBody | True |
Untitled1 | True |
Untitled2 | True |
Untitled3 | True |
Vehicle | True |
Water | True |
Constant
Type: Object.Vector
Constant force vector that is applied inside force volume
Coordinates
Type: FFB_ForceFieldCoordinates
ExcludeChannel
Type: int
Channel id, used to identify which force field exclude volumes apply to this force field
Default value: 1
FalloffLinear
Type: Object.Vector
Linear falloff for vector in chosen coordinate system
FalloffQuadratic
Type: Object.Vector
Quadratic falloff for vector in chosen coordinate system
Noise
Type: Object.Vector
Vector that scales random noise added to the force
PositionMultiplierX
Type: Object.Vector
Rows of matrix that defines force depending on position
PositionMultiplierY
Type: Object.Vector
PositionMultiplierZ
Type: Object.Vector
PositionTarget
Type: Object.Vector
Vector that defines force depending on position
RBChannel
Type: PrimitiveComponent.ERBCollisionChannel
Modifiers: const
enum indicating what collision filtering channel this force field should be in
Default value: RBCC_Untitled1
TorusRadius
Type: float
Radius of torus in case toroidal coordinate system is used
Default value: 1.0
VelocityMultiplierX
Type: Object.Vector
Rows of matrix that defines force depending on velocity
VelocityMultiplierY
Type: Object.Vector
VelocityMultiplierZ
Type: Object.Vector
VelocityTarget
Type: Object.Vector
Vector that defines force depending on velocity
Internal variables
ConvexMeshes
Inner type modifiers: const, native, transient
ExclusionShapePoses
Inner type modifiers: const, native, transient
ExclusionShapes
Inner type modifiers: const, native, transient
ForceField
Type: pointer{class UserForceField}
Modifiers: const, native, transient
Value to scale force on soft body
LinearKernel
Type: pointer{class UserForceFieldLinearKernel}
Modifiers: const, native, transient
linear force field kernel
Default values
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bColored | True | ||||||||||
bProjTarget | True | ||||||||||
BrushColor |
|
||||||||||
bStatic | False | ||||||||||
CollisionType | COLLIDE_CustomDefault |
Subobjects
BrushComponent0
Class: Engine.BrushComponent
Inherits from: Volume.BrushComponent0
Property | Value |
---|---|
bDisableAllRigidBody | False |
ReplacementPrimitive | None |
Enums
FFB_ForceFieldCoordinates
Type of Coordinates to define the force field
- FFB_CARTESIAN
- FFB_SPHERICAL
- FFB_CYLINDRICAL
- FFB_TOROIDAL
Functions
Events
PostBeginPlay
Overrides: Volume.PostBeginPlay
Other instance functions
StopsProjectile
Overrides: Actor.StopsProjectile