Navigation
Unreal Engine C++ API Reference > 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_DistanceSquared
&40;
FVector V1,
FVector V2
&41;
Remarks
Squared distance between two points. The squared distance between two points.
Parameters
Name | Description |
---|---|
V1 | The first point. |
V2 | The second point. |