Overview
|
This article contains unreleased content that may be available in the future. |
| The content on this page is currently present in the game's files but is not accessible by normal means at this time. |
The Camera Focus Device is a unreleased Device in Fortnite: Creative.
Please note: Other camera types have been introduced into Creative and UEFN since the file addition of this device and will most likely NOT be added into the game as other cameras serve the same or greater purpose than this one here. View the other cameras on the Devices page.
All Settings
All Settings[]
All default values have been Bolded.
| Option | Value | Description |
|---|---|---|
| Focus Interpolation Speed | 0.25 - 10, 5 | Determines how fast the player will go from looking at something other than the focus device to the focus device, the higher the number the faster the focus. |
| Show Focus Prompt | Yes, No | If set to yes, the Camera Focus Device will display a prompt for players to focus when they are within maximum focus distance. |
| Attach To Object | Yes, No | If set to yes, the closest object that overlaps with the focus device will become the focal point when players are focusing on the device. |
| Prompt Text | "Look", { Custom Text } | Determines what name shows up when prompted to focus on the device, leaving the input empty will result in the prompt showing as "Look". |
| Focus Duration | Infinite, 1 Second, 2 Seconds, 3 Seconds, 4 Seconds, 5 Seconds, 10 Seconds, 20 Seconds, 30 Seconds | Determines how long the camera focuses on this device before returning to the normal camera. |
| Restrict Movement On Focus | Yes, No | If set to yes, any players focusing on this device will have their movement restricted and will not be able to move. |
| Drop Focus Prompt Text | "Stop Looking", { Custom Text } | Determines what name shows up when prompted to drop focus on the device, leaving the input empty will result in the prompt showing as "Stop Looking". |
| Focus FOV Level | Default, 10 - 100 | Determines the field-of-view (FOV) of the camera when focusing. |
| Maximum Focus Distance | Island, 1 Tile - 15 Tiles | How far away can the player be in order to be forced or prompted to focus on the device. |
Functions and Events
Functions and Events[]
| Option | Description |
|---|---|
| Enable When Receiving From | Enables the device. |
| Disable When Receiving From | Disables the device. |
| Focus When Receiving From | Focuses the camera on the player. |
| Focus All Player When Receiving From | Focuses the camera on all the players. |
| Drop Focus When Receiving From | Drops the focus from the player. |
| Drop Focus For All Players When Receiving From | Drops the focus from all players. |
| Option | Description |
|---|---|
| On Focus On Send Event To | Signaled when the camera focuses on a player. |
| On Focus Is Dropped Send Event To | Signaled when the camera stops focusing on a player. |
camera_focus_device class
camera_focus_device class[]
using {/Verse.org/Simulation}
| Option | Description |
|---|---|
creative_object
|
Base class for creative devices and props. |
creative_device_base
|
Base class for creative_device.
|
| Option | Type |
|---|---|
FocusOnEvent
|
listenable(agent)
|
FocusIsDroppedEvent
|
listenable(agent)
|
| Option | Parameters | Description |
|---|---|---|
Enable
|
Enables this device. | |
Disable
|
Disables this device. | |
Focus
|
Agent:agent
|
Focuses the camera on Agent.
|
FocusAll
|
Focuses the camera on all Agents.
| |
DropFocus
|
Agent:agent
|
Drops focus from Agent.
|
DropFocusForAll
|
Drops focus from all Agents.
|

