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 FVector2D GetRotated2D
&40;
FVector2D A,
float AngleDeg
&41;
Remarks
Rotates around axis (0,0,1) Rotated Vector
Parameters
Name | Description |
---|---|
AngleDeg | Angle to rotate (in degrees) |