Show / Hide Table of Contents

Delegate CameraModifier.BlueprintModifyCamera_delegate

Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public delegate (Vector, Rotator, float) BlueprintModifyCamera_delegate(float DeltaTime, Vector ViewLocation, Rotator ViewRotation, float FOV, Vector NewViewLocation, Rotator NewViewRotation, float NewFOV);
Parameters
Type Name Description
System.Single DeltaTime
Vector ViewLocation
Rotator ViewRotation
System.Single FOV
Vector NewViewLocation
Rotator NewViewRotation
System.Single NewFOV
Returns
Type Description
System.ValueTuple<Vector, Rotator, System.Single>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX