FVector4TransferValues Method
Transfer the core values of one vector to another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void TransferValues(
FVector4 source,
FVector4 target
)
Public Shared Sub TransferValues (
source As FVector4,
target As FVector4
)
No code example is currently available or this language may not be supported.
Parameters
- source FVector4
-
Reference to the source to be cloned.
- target FVector4
-
Reference to the target to be assigned.