Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/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 FVector Vector_GetSignVector
&40;
FVector A
&41;
Remarks
Get a copy of the vector as sign only. Each component is set to +1 or -1, with the sign of zero treated as +1.
Parameters
| Name | Description |
|---|---|
| A | copy of the vector with each component set to +1 or -1 |