I don't need to test my programs. I have an error-correcting modem.
UE3:VolumePathNode (UDK)
Object >> Actor >> NavigationPoint >> PathNode >> VolumePathNode |
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. |
VolumePathNode Useful for flying or swimming Defines "reachable" area by growing collision cylinder from initial radius/height specified by LD, until an obstruction is reached. VolumePathNodes can reach any NavigationPath within their volume, as well as other VolumePathNodes with overlapping cylinders. NavigationPoints directly below the volumepathnode cylinder will also be tested for connectivity during path building.
Properties[edit]
Property group 'VolumePathNode'[edit]
StartingHeight[edit]
Type: float
when path building, the cylinder starts at this size and does traces/point checks to refine to a size that isn't embedded in world geometry can be modified by LDs to adjust building behavior
Default value: 2000.0
StartingRadius[edit]
Type: float
when path building, the cylinder starts at this size and does traces/point checks to refine to a size that isn't embedded in world geometry can be modified by LDs to adjust building behavior
Default value: 2000.0
Default values[edit]
Property | Value |
---|---|
bBuildLongPaths | False |
bFlyingPreferred | True |
bNoAutoConnect | True |
bNotBased | True |
bVehicleDestination | True |
Subobjects[edit]
Arrow[edit]
Class: Engine.ArrowComponent
Inherits from: PathNode.Arrow
Property | Value |
---|---|
ReplacementPrimitive | None |
CollisionCylinder[edit]
Class: Engine.CylinderComponent
Inherits from: PathNode.CollisionCylinder
Property | Value |
---|---|
ReplacementPrimitive | None |
PathRenderer[edit]
Class: Engine.PathRenderingComponent
Inherits from: PathNode.PathRenderer
Property | Value |
---|---|
ReplacementPrimitive | None |
Sprite[edit]
Class: Engine.SpriteComponent
Inherits from: PathNode.Sprite
Property | Value |
---|---|
ReplacementPrimitive | None |
Sprite | Texture2D'EditorResources.VolumePath' |
Sprite2[edit]
Class: Engine.SpriteComponent
Inherits from: PathNode.Sprite2
Property | Value |
---|---|
ReplacementPrimitive | None |