Gah - a solution with more questions. – EntropicLqd

UE3:NxForceFieldRadial (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Actor >> NxForceField >> NxForceFieldRadial
Package: 
Engine


Properties[edit]

Property group 'NxForceFieldRadial'[edit]

ForceFalloff[edit]

Type: PrimitiveComponent.ERadialImpulseFalloff

Way in which the force falls off as objects are further away from the location.

ForceRadius[edit]

Type: float

Modifiers: interp

Radius of influence of the force.

Default value: 200.0

ForceStrength[edit]

Type: float

Modifiers: interp

Strength of the force applied by this actor. Positive forces are applied outwards.

SelfRotationStrength[edit]

Type: float

Modifiers: interp


Shape[edit]

Type: ForceFieldShape

Modifiers: editinline


Internal variables[edit]

DrawComponent[edit]

Type: ActorComponent

Modifiers: native


Kernel[edit]

Type: pointer{class NxForceFieldKernelRadial}

Modifiers: const, native, transient

custom force field kernel

Default values[edit]

Property Value
Components[0] SpriteComponent'Sprite'

Subobjects[edit]

Sprite[edit]

Class: Engine.SpriteComponent

Property Value
AlwaysLoadOnClient False
AlwaysLoadOnServer False
HiddenGame True
ReplacementPrimitive None
Sprite Texture2D'EditorResources.S_RadForce'

Native functions[edit]

DoInitRBPhys[edit]

native function DoInitRBPhys ()

Overrides: NxForceField.DoInitRBPhys

This is used to InitRBPhys for a dynamically spawned ForceField. Used for starting RBPhsys on dyanmically spawned force fields. This will probably need to set some transient pointer to NULL