Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime
| |
|
| Name |
EConversationChoiceType |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path |
#include "ConversationTypes.h" |
Syntax
enum EConversationChoiceType
{
ServerOnly,
UserChoiceAvailable,
UserChoiceUnavailable,
}
Values
| Name |
Remarks |
| ServerOnly |
ServerOnly choices are the choices the user shouldn't see and are filtered from the client. |
| UserChoiceAvailable |
|
| UserChoiceUnavailable |
|