Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that create a 'CameraFocusSettings' from its members
Inputs
Type | Name | Description |
---|---|---|
enum | Focus Method | Which method to use to handle camera focus |
real | Manual Focus Distance | Manually-controlled focus distance (manual focus mode only) |
struct | Tracking Focus Settings | Settings to control tracking focus (tracking focus mode only) |
boolean | Smooth Focus Changes | True to use interpolation to smooth out changes in focus distance, false for focus distance changes to be instantaneous. |
real | Focus Smoothing Interp Speed | Controls interpolation speed when smoothing focus distance changes. Ignored if bSmoothFocusChanges is false. |
real | Focus Offset | Additional focus depth offset, used for manually tweaking if your chosen focus method needs adjustment |
Outputs
Type | Name | Description |
---|---|---|
struct | Camera Focus Settings |