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