Delegate CameraModifier.BlueprintModifyCamera_delegate
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> |
|