Show / Hide Table of Contents

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>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX