Result payload for a projectile impact.
Verse using statement |
using { /Fortnite.com/Abilities } |
Members
This struct has data members, but no functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
Location |
vector3 |
World-space location of the impact. |
Normal |
vector3 |
World-space surface normal at the impact point. |
HitEntity |
?entity |
The entity that was hit, if the impact was against one (false for world geometry). |