Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetMathLibrary
Description
Scale the translation part of the matrix by the supplied vector. (Assumes Matrix represents a transform)
| Name | Matrix_ScaleTranslation |
| 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="Scale Translation (Matrix)", ScriptMethod="ScaleTranslation"),
Category="Math|Matrix")
static UE_FMatrix Matrix_ScaleTranslation
(
const FMatrix & M,
FVector Scale3D
)