Changing the FOV from SceneCapture2D?

How can I change the FOV of the SceneCapture2D Component with a BP?

It’s right in the details pane of the component

http://i.imgur.com/iYcJuA3.png

Sorry, I have expressed myself wrong. Ich meine wie geht das von einem Blueprint aus?

Do you mean as a parameter you can change in blueprint?

Edit: assuming you mean this as a parameter, get a reference to your component and type fov. Use the Set FOVAngle node e.g.

http://i.imgur.com/9hDq4WI.png

Oh,Thanks. That is exactly what i need.