FloatPointEventArgs(FVector3, FVector3) Constructor

Create a new instance of the FloatPointEventArgs Item.

Definition

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

Parameters

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

See Also