Delegate Character.OnWalkingOffLedge_delegate
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public delegate (Vector, Vector, Vector) OnWalkingOffLedge_delegate(Vector PreviousFloorImpactNormal, Vector PreviousFloorContactNormal, Vector PreviousLocation, float TimeDelta);
Parameters
| Type | Name | Description |
|---|---|---|
| Vector | PreviousFloorImpactNormal | |
| Vector | PreviousFloorContactNormal | |
| Vector | PreviousLocation | |
| System.Single | TimeDelta |
Returns
| Type | Description |
|---|---|
| System.ValueTuple<Vector, Vector, Vector> |