API reference
API reference
Select your platform
No SDKs available
No versions available

FMRUKEnvironmentRaycastHit Struct

Represents a hit result from an environment raycast.

Fields

normal : FVector
The normal vector of the hit point.
Signature
FVector FMRUKEnvironmentRaycastHit::normal
orientation : FQuat
The orientation of the hit point.
Signature
FQuat FMRUKEnvironmentRaycastHit::orientation
point : FVector
The point in the world where the raycast hit.
Signature
FVector FMRUKEnvironmentRaycastHit::point
The status of the raycast hit, indicating whether it hit an object, missed, or encountered other conditions.
Signature
EMRUKEnvironmentRaycastHitStatus FMRUKEnvironmentRaycastHit::status