unreal.ConversationChoiceType

class unreal.ConversationChoiceType

Bases: unreal.EnumBase

EConversation Choice Type

C++ Source:

  • Plugin: CommonConversation

  • Module: CommonConversationRuntime

  • File: ConversationTypes.h

SERVER_ONLY

ServerOnly choices are the choices the user shouldn’t see and are filtered from the client.

Type

0

USER_CHOICE_AVAILABLE

1

USER_CHOICE_UNAVAILABLE

2