Overview
The Accolades is a Device in Fortnite: Creative, added in Update v18.40.
This device has a placement limit of 30 per island.
All Settings
All Settings[]
All default values have been Bolded.
| Option | Value | Description |
|---|---|---|
| Name | { Custom Text } | Name of the accolade that will appear to players when the accolade is awarded. |
| Description | { Custom Text } | Description of the accolade. This could include the requirements for completing the accolade. |
| Limit Award Count | No, Yes | Determines whether accolades has a limit on how many times it can be awarded to a player. |
| Splash Size | Automatic, Small, Large | Sets the UI size of the accolade.
Automatic: XP Award determines the UI size. Small: Reticle notification only. Large: Splash with icon, title and description. |
| Icon identifier | None, {Choose Icon} | Icon to use when using the large splash UI. |
| Enabled During Phase | None, All, Pre-Game Only, Gameplay Only | Determines the game phases during which the device will be enabled, Pre-Game includes all phases prior to the Game starting (the waiting for players lobby on Featured Islands and the Game Start Countdown). |
| Triggering Player Only | No, Yes | If true, then only the triggering player is considered when granting this accolade. |
| Team | Any, 1 - 100 | The chosen Team will be used to determine the Affects Team effect. |
| Affects Team | All But Selected, Only Selected | All But Selected: The chosen Team is the only one that cannot activate the Device.
Only Selected: The chosen Team is the only one that can activate the Device |
| Class | No Class, Any, 1 - 16 | The chosen Class will be used to determine the Affects Class effect.
Any Class - All players whether they have a class or not. No Class - Players without any assigned class |
| Affects Class | All But Selected, Only Selected | All But Selected: The chosen Class is the only one that cannot activate the Device.
Only Selected: The chosen Class is the only one that can activate the Device |
Functions and Events
Functions and Events[]
| Option | Description |
|---|---|
| Disable When Receiving From | Disables the device on receiving a signal from the selected channel. |
| Award When Receiving From | Awards the accolade to the player when the accolade criteria is met. |
| Enable When Receiving From | Enables the device on receiving a signal from the selected channel. |
| Option | Description |
|---|---|
| Test Award Send Event To | Use this transmitter to test your accolade channel set up prior to publishing. NOTE: Only sends when the island is not published. |
This device can be found in Content Browser in the following path: /All/Fortnite/Devices/System
accolades_device class
accolades_device class[]
using { /Fortnite.com/Devices }
| Option | Description |
|---|---|
creative_object
|
Base class for creative devices and props. |
creative_device_base
|
Base class for creative_device.
|
| Option | Type |
|---|---|
TestAwardEvent
|
listenable(agent)
|
| Option | Parameters | Description |
|---|---|---|
Enable:void
|
Enables this device. | |
Disable:void
|
Disables this device. | |
Award:void
|
Agent:agent
|
Awards the XP to agent.
|