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 |
UFUNCTION (BlueprintPure,
Meta=(DisplayName="Normal Unsafe XYZ (Vector4)", ScriptMethod="NormalUnsafe3", Keywords="Unit Vector"),
Category="Math|Vector4")
static FVector4 Vector4_NormalUnsafe3
(
const FVector4 & A
)
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.