Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetMathLibrary
Description
Calculates normalized unit version of vector without checking for zero length. The W element is ignored and the returned vector has W=0.
| Name | Vector4_NormalUnsafe3 |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include Path | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
UFUNCTION (BlueprintPure,
Meta=(DisplayName="Normal Unsafe XYZ (Vector4)", ScriptMethod="NormalUnsafe3", Keywords="Unit Vector"),
Category="Math|Vector4")
static UE_FVector4 Vector4_NormalUnsafe3
(
const FVector4 & A
)
Normalized version of vector.