Delegate MovieSceneEasingFunction.OnEvaluate_delegate
Namespace: UE4.MovieScene
Assembly: UE4DotNet.dll
Syntax
public delegate float OnEvaluate_delegate(float Interp, float ReturnValue);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | Interp | |
| System.Single | ReturnValue |
Returns
| Type | Description |
|---|---|
| System.Single |