I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:Scout (UDK)
Contents
- 1 Properties
- 1.1 Property group 'Scout'
- 1.2 Internal variables
- 1.2.1 DefaultReachSpecClass
- 1.2.2 MaxLandingVelocity
- 1.2.3 MinNumPlayerStarts
- 1.2.4 NavMeshGen_BorderBackfill_CheckDist
- 1.2.5 NavMeshGen_EdgeMaxDelta
- 1.2.6 NavMeshGen_EntityHalfHeight
- 1.2.7 NavMeshGen_HeightMergeThreshold
- 1.2.8 NavMeshGen_MaxDropHeight
- 1.2.9 NavMeshGen_MaxGroundCheckSize
- 1.2.10 NavMeshGen_MaxPolyHeight
- 1.2.11 NavMeshGen_MaxStepHeight
- 1.2.12 NavMeshGen_MinEdgeLength
- 1.2.13 NavMeshGen_MinMergeDotAreaThreshold
- 1.2.14 NavMeshGen_MinMergeDotLargeArea
- 1.2.15 NavMeshGen_MinMergeDotSmallArea
- 1.2.16 NavMeshGen_MinPolyArea
- 1.2.17 NavMeshGen_StartingHeightOffset
- 1.2.18 NavMeshGen_StepSize
- 1.2.19 NavMeshGen_VertZDeltaSnapThresh
- 1.2.20 PathSizes
- 1.2.21 TestFallSpeed
- 1.2.22 TestGroundSpeed
- 1.2.23 TestJumpZ
- 1.2.24 TestMaxFallSpeed
- 1.3 Default values
- 1.4 Subobjects
- 2 Structs
- 3 Events
- Package:
- Engine
- Direct subclass:
- UTScout
- This class in other games:
- RTNP, U1, UT, UE2Runtime, U2, UT2003, UT2004, U2XMP, UT3
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. |
Scout used for path generation.
Properties
Property group 'Scout'
bHightlightOneWayReachSpecs
Type: bool
when this is TRUE a dashed-red line will be drawn across the gap of a one-way edge to highlight those situations
Internal variables
DefaultReachSpecClass
Specifies the default class to use when constructing reachspecs connecting NavigationPoints
Default value: Class'Engine.ReachSpec'
MaxLandingVelocity
Type: float
Modifiers: const
MinNumPlayerStarts
Type: int
Default value: 1
Type: float
Default value: 70.0
Type: float
Default value: 5.0
Type: float
Default value: 72.0
Type: float
Default value: 10.0
Type: float
Default value: 60.0
Type: float
Default value: 30.0
Type: float
Default value: 120.0
Type: float
Default value: 35.0
Type: float
Default value: 4.99
Type: float
Default value: 2.0
Type: float
Default value: 0.95
Type: float
Type: float
Default value: 225.0
Type: float
Default value: 150.0
Type: float
Default value: 30.0
Type: float
Default value: 20.0
PathSizes
Type: array<PathSizeInfo>
dimensions of reach specs to test for
Default value, index 0:
Member | Value |
---|---|
Desc | 'Human' |
Height | 80.0 |
Radius | 48.0 |
Default value, index 1:
Member | Value |
---|---|
Desc | 'Common' |
Height | 100.0 |
Radius | 72.0 |
Default value, index 2:
Member | Value |
---|---|
Desc | 'Max' |
Height | 120.0 |
Radius | 120.0 |
Default value, index 3:
Member | Value |
---|---|
Desc | 'Vehicle' |
Height | 120.0 |
Radius | 260.0 |
TestFallSpeed
Type: float
Default value: 1200.0
TestGroundSpeed
Type: float
Default value: 600.0
TestJumpZ
Type: float
Default value: 420.0
TestMaxFallSpeed
Type: float
Default value: 2500.0
Default values
Property | Value |
---|---|
AccelRate | 1.0 |
bBlockActors | False |
bCollideActors | False |
bCollideWorld | False |
bPathColliding | True |
bProjTarget | False |
Components[0] | CylinderComponent'CollisionCylinder' |
RemoteRole | ROLE_None |
Subobjects
CollisionCylinder
Class: Engine.CylinderComponent
Inherits from: Pawn.CollisionCylinder
Property | Value |
---|---|
ReplacementPrimitive | None |
Structs
PathSizeInfo
Modifiers: native
Events
PreBeginPlay
Overrides: Pawn.PreBeginPlay