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 FVector4 Vector4_NormalUnsafe3
&40;
const FVector4 & A
&41;
Remarks
Calculates normalized unit version of vector without checking for zero length. The W element is ignored and the returned vector has W=0. Normalized version of vector.