Used to set and trigger conversations made via the Conversation Graph. The conversation triggered is assigned to the device.
Verse using statement |
using { /Fortnite.com/Devices } |
Inheritance Hierarchy
This class is derived from the following hierarchy, starting with creative_object
:
Name | Description |
---|---|
creative_object |
Base class for creative devices and props. |
creative_device_base |
Base class for creative_device. |
Exposed Interfaces
This class exposes the following interfaces:
Name | Description |
---|---|
enableable |
Implemented by classes whose instances can be enabled and disabled. |
Members
This class has both data members and functions.
Data
Data Member Name | Type | Description |
---|---|---|
AllowedConversationCount |
?int |
Sets the number of conversations allowed at once with the device. This will not make any conversations exit if there are more current conversations than allowed after this call. |
IndicatorBubbleRange |
?float |
The range that the Indicator Bubble will be seen at. Clamps to range[0, 25]. |
OnConversationEvent |
listenable(payload) |
Signalled when a choice node tied to this event is selected by an |
ShowConversationTextInWorldSpace |
?logic |
Whether the device will show conversation text in worldspace when using the Radial UI type. |
ShowIndicatorBubble |
?logic |
whether the device will show the Indicator Bubble when nearby. |
ShowNameWhenNearby |
?logic |
Whether the device will show the Speaker when nearby. |
SpeakerName |
?message |
The Speaker Name of the device. |
Functions
Function Name | Description |
---|---|
CanInitiateConversation |
Check if an |
Disable |
Disables this device. A disabled conversation device will not listen for inputs and trigger conversations. |
Enable |
Enables this device. An enabled conversation device will listen for inputs and trigger conversations. |
EndConversation |
Ends the assigned conversation with the |
EndConversationForAll |
Ends all active conversations with this device. |
GetActiveConversationsCount |
Returns the count of currently-active conversations with this device. |
GetTransform |
Returns the transform of the |
InitiateConversation |
Begins the assigned conversation with the |
IsAgentInConversation |
Check if an |
IsEnabled |
Check if the device is enabled. |
MoveTo |
Moves the |
MoveTo |
Moves the |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |