Delegate CameraModifier.BlueprintModifyPostProcess_delegate
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public delegate (float, PostProcessSettings) BlueprintModifyPostProcess_delegate(float DeltaTime, float PostProcessBlendWeight, PostProcessSettings PostProcessSettings);
Parameters
Type | Name | Description |
---|---|---|
System.Single | DeltaTime | |
System.Single | PostProcessBlendWeight | |
PostProcessSettings | PostProcessSettings |
Returns
Type | Description |
---|---|
System.ValueTuple<System.Single, PostProcessSettings> |