Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
static double Vector_Distance2D
&40;
FVector V1,
FVector V2
&41;
Remarks
Euclidean distance between two points in the XY plane (ignoring Z). The distance between two points in the XY plane.
Parameters
| Name | Description |
|---|---|
| V1 | The first point. |
| V2 | The second point. |