FVector3Set Method
Set the values of the specified vector using an abbreviated method.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static void Set(
FVector3 vector,
float x,
float y,
float z
)
Public Shared Sub Set (
vector As FVector3,
x As Single,
y As Single,
z As Single
)
No code example is currently available or this language may not be supported.
Parameters
- vector FVector3
-
Reference to the vector to set.
- x Single
-
X value.
- y Single
-
Y value.
- z Single
-
Z value.