unreal.ConversationChoiceType

class unreal.ConversationChoiceType

Bases: EnumBase

EConversation Choice Type

C++ Source:

  • Plugin: CommonConversation

  • Module: CommonConversationRuntime

  • File: ConversationTypes.h

SERVER_ONLY: ConversationChoiceType

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

Type:

0

USER_CHOICE_AVAILABLE: ConversationChoiceType

1

USER_CHOICE_UNAVAILABLE: ConversationChoiceType

2