Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FHitResult
Description
Get a copy of the HitResult with relevant information reversed. For example when receiving a hit from another object, we reverse the normals.
| Name | GetReversedHit |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/HitResult.h |
| Include Path | #include "Engine/HitResult.h" |
static FHitResult GetReversedHit
(
const FHitResult & Hit
)