unreal.ConversationChoiceType¶
- class unreal.ConversationChoiceType¶
Bases:
EnumBaseEConversation Choice Type
C++ Source:
Plugin: CommonConversation
Module: CommonConversationRuntime
File: ConversationTypes.h
- SERVER_ONLY: ConversationChoiceType = Ellipsis¶
ServerOnly choices are the choices the user shouldn’t see and are filtered from the client.
- Type:
0
- USER_CHOICE_AVAILABLE: ConversationChoiceType = Ellipsis¶
1
- USER_CHOICE_UNAVAILABLE: ConversationChoiceType = Ellipsis¶
2