Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Camera Focus Settings' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Camera Focus Settings |
Outputs
| 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 |