UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRayStartEnd Struct Reference

#include <NavigationTypes.h>

+ Inheritance diagram for FRayStartEnd:

Public Member Functions

 FRayStartEnd (const FVector &InRayStart=FNavigationSystem::InvalidLocation, const FVector &InRayEnd=FNavigationSystem::InvalidLocation)
 

Public Attributes

const FVector RayStart
 
const FVector RayEnd
 

Constructor & Destructor Documentation

◆ FRayStartEnd()

FRayStartEnd::FRayStartEnd ( const FVector InRayStart = FNavigationSystem::InvalidLocation,
const FVector InRayEnd = FNavigationSystem::InvalidLocation 
)
inlineexplicit

Member Data Documentation

◆ RayEnd

const FVector FRayStartEnd::RayEnd

◆ RayStart

const FVector FRayStartEnd::RayStart

The documentation for this struct was generated from the following file: