FloatPointEventArgs(FVector2, FVector2) Constructor

Create a new instance of the FloatPointEventArgs Item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public FloatPointEventArgs(
	FVector2 newValue,
	FVector2 originalValue
)

Parameters

newValue  FVector2
The new value to record.
originalValue  FVector2
The original value to record.

See Also