Aircraft out the window view

I’m new to Unreal Engine and Cesium.

I’m trying to create an out the window view of an aircraft with the v2.0 preview of Cesium.
What is the best way to set the orientation of the aircraft using the following data?
Latitude
Longitude
Altitude (HAE)
Pitch
Roll
Heading

The data comes in at a regular interval.
I don’t think I want to do a “flyto” between the current location and the new location, do I?
If I do, do I just specify a duration of 0.01666 seconds?
How do I set the pitch, roll and heading?

Thanks for any help you can provide.

Have you seen the Flight Tracker tutorial? It may not match your situation exactly, but it should get you started. Post followup questions when you have them.