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