struct FLineSegment¶
#include <MagesMathUtility.h> struct FLineSegment { // fields FVector Start; FVector End; // methods FORCEINLINE FVector GetVector() const; };
#include <MagesMathUtility.h> struct FLineSegment { // fields FVector Start; FVector End; // methods FORCEINLINE FVector GetVector() const; };