Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime
References
| Module | CommonConversationRuntime |
| Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationNode.h |
| Include | #include "ConversationNode.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FConversationNodeHandle
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | NodeGUID |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConversationNodeHandle
(
const FGuid& InNodeGUID |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Invalidate () |
||
| bool | IsValid () |
||
| FString | ToString () |
||
| const UConversationNode * | TryToResolve
(
const FConversationContext& Context |
Tries to resolve the node, this may fail, the guid might be bogus, or the node might not be in memory. | |
| const UConversationNode * | TryToResolve_Slow
(
UWorld* InWorld |
Tries to resolve the node, this may fail, the guid might be bogus, or the node might not be in memory. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FConversationNodeHandle & |