Mostly Harmless
UE2:CoverVolume (U2XMP)
- 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. |
NEW (mdf) cover support CoverVolume:
A bounding volume used to indicate an object that can be used to hide behind. Should be convex (not sure if volumes can be anything but this), and (I'm sure there is a geometric term for this) should have 2 identical horizontal top and bottom faces. See FindCover implementation for details.
NOTE: the current algorithm for finding cover checks positions behind the blocking volume by tracing from the Enemy through each of the "backface" vertices on the top face of the cover volume plus "extra vertices" which are inserted along each edge, e.g. halfway between the ends of the edge and some distance along the edge (enough for most pawns to hide given their typical radii).
Properties[edit]
Property group 'CoverVolume'[edit]
TraceVertices[edit]
Type: array<Object.Vector>
Modifiers: const, editconst
vertices and "extra vertices" generated when paths are built
Default values[edit]
Property | Value |
---|---|
bBlockZeroExtentTraces | False |
bCanMantle | False |
bCollideActors | False |