Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime > API/Plugins/CommonConversationRuntime/FConversationNodeParameterPair
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ConversationTypes.h | |||
FConversationNodeParameterPair
(
const FString& InName, |
ConversationTypes.h |
FConversationNodeParameterPair()
| Name | FConversationNodeParameterPair |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
FConversationNodeParameterPair()
FConversationNodeParameterPair(const FString &, const FString &)
| Name | FConversationNodeParameterPair |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
FConversationNodeParameterPair
(
const FString & InName,
const FString & InValue
)