FloatPointEventArgs(FVector3, FVector3) Constructor
Create a new instance of the FloatPointEventArgs Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public FloatPointEventArgs(
FVector3 newValue,
FVector3 originalValue
)
Public Sub New (
newValue As FVector3,
originalValue As FVector3
)
No code example is currently available or this language may not be supported.
Parameters
- newValue FVector3
-
The new value to record.
- originalValue FVector3
-
The original value to record.