I'm a doctor, not a mechanic
UE3:CoverSlotMarker (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> NavigationPoint >> CoverSlotMarker |
Contents
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[edit]
Property group 'CoverSlotMarker'[edit]
OwningSlot[edit]
Type: CoverLink.CoverInfo
Modifiers: editconst
Internal variables[edit]
bIgnoreSizeLimits[edit]
Type: bool
Modifiers: transient
Ignore size limits for path building
bLastChoice[edit]
Type: bool
AI cover selection ignores slots with this flag set unless they are the only slots available
Default values[edit]
Property | Value |
---|---|
bCollideWhenPlacing | False |
bSpecialMove | True |
Components[2] | CylinderComponent'CollisionCylinder' |
Components[3] | PathRenderingComponent'PathRenderer' |
Subobjects[edit]
CollisionCylinder[edit]
Class: Engine.CylinderComponent
Inherits from: NavigationPoint.CollisionCylinder
Property | Value |
---|---|
CollisionHeight | 40.0 |
CollisionRadius | 40.0 |
ReplacementPrimitive | None |
PathRenderer[edit]
Class: Engine.PathRenderingComponent
Inherits from: NavigationPoint.PathRenderer
Property | Value |
---|---|
ReplacementPrimitive | None |
Sprite[edit]
Class: Engine.SpriteComponent
Inherits from: NavigationPoint.Sprite
Property | Value |
---|---|
ReplacementPrimitive | None |
Sprite2[edit]
Class: Engine.SpriteComponent
Inherits from: NavigationPoint.Sprite2
Property | Value |
---|---|
ReplacementPrimitive | None |
Functions[edit]
Native functions[edit]
GetSlotLocation[edit]
simulated native function Object.Vector GetSlotLocation ()
GetSlotRotation[edit]
simulated native function Object.Rotator GetSlotRotation ()
IsValidClaim[edit]
final native function bool IsValidClaim (Pawn ChkClaim, optional bool bSkipTeamCheck, optional bool bSkipOverlapCheck)
Returns true if the specified pawn is able to claim this slot.
SetSlotEnabled[edit]
simulated native function SetSlotEnabled (bool bEnable)
Events[edit]
GetDebugAbbrev[edit]
simulated event string GetDebugAbbrev ()
Overrides: NavigationPoint.GetDebugAbbrev
(Description copied from NavigationPoint.GetDebugAbbrev)
Returns:
- Debug abbrev for hud printing
GetDebugString[edit]
simulated final event string GetDebugString ()