Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetMathLibrary
Description
Transform a rotator by the supplied transform. For example, if T was an object's transform, this would transform a rotation from local space to world space.
| Name | TransformRotation |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include Path | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetMathLibrary.cpp |
UFUNCTION (BlueprintPure, Meta=(ScriptMethod="TransformRotation"), Category="Math|Transform")
static FRotator TransformRotation
(
const FTransform & T,
FRotator Rotation
)