FVector2TransferValues Method
Transfer the member values of one instance to another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static void TransferValues(
FVector2 source,
FVector2 target
)
Public Shared Sub TransferValues (
source As FVector2,
target As FVector2
)
No code example is currently available or this language may not be supported.
Parameters
- source FVector2
-
Reference to the source vector whose values will be assigned.
- target FVector2
-
Reference to the target vector that will receive the values.