FloatPointEventArgs(FVector4, FVector4) Constructor

Create a new instance of the FloatPointEventArgs Item.

Definition

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

Parameters

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

See Also