Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime
References
| |
|
| Module |
CommonConversationRuntime |
| Header |
/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include |
#include "ConversationTypes.h" |
Syntax
enum EConversationChoiceType
&123;
ServerOnly,
UserChoiceAvailable,
UserChoiceUnavailable,
&125;
Values
| Name |
Description |
| ServerOnly |
ServerOnly choices are the choices the user shouldn't see and are filtered from the client. |
| UserChoiceAvailable |
|
| UserChoiceUnavailable |
|