Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetMathLibrary
Description
Gets the reciprocal of this vector, avoiding division by zero. Zero components are set to BIG_NUMBER.
| Name | Vector_Reciprocal |
| 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="Reciprocal (Vector)", ScriptMethod="Reciprocal"),
Category="Math|Vector")
static UE_FVector Vector_Reciprocal
(
const FVector & A
)
Reciprocal of this vector.