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 |
UFUNCTION (BlueprintCallable, Meta=(ScriptMethod="Assign"), Category="Math|Vector4")
static void Vector4_Assign
(
UPARAM FVector4 & A,
const FVector4 & InVector
)
Remarks
Assign the values of the supplied vector.
Parameters
Name | Description |
---|---|
InVector | Vector to copy values from. |