A Demo Project for the UnrealEngineSDK
|
#include <DialogueGraphNode.h>
Public Types | |
enum | EDiffType { NO_DIFFERENCE = 0 , EDGE_NOT_MATCHING_INDEX , LENGTH_MISMATCH_ONE_MORE_EDGE , LENGTH_MISMATCH_ONE_MORE_PIN_CONNECTION , NOT_SUPPORTED } |
Public Attributes | |
int32 | Index = INDEX_NONE |
FString | Message |
EDiffType | Type = EDiffType::NO_DIFFERENCE |
Result for a single difference between the Dialogue Node Edges and LinkedTo Array of the output pins
Definition at line 21 of file DialogueGraphNode.h.
Enumerator | |
---|---|
NO_DIFFERENCE | |
EDGE_NOT_MATCHING_INDEX | |
LENGTH_MISMATCH_ONE_MORE_EDGE | |
LENGTH_MISMATCH_ONE_MORE_PIN_CONNECTION | |
NOT_SUPPORTED |
Definition at line 23 of file DialogueGraphNode.h.
int32 FDiffNodeEdgeLinkedToPinResult::Index = INDEX_NONE |
Depending on the Type of diff this index can mean diferent things:
Definition at line 52 of file DialogueGraphNode.h.
FString FDiffNodeEdgeLinkedToPinResult::Message |
Some error message if any.
Definition at line 55 of file DialogueGraphNode.h.
EDiffType FDiffNodeEdgeLinkedToPinResult::Type = EDiffType::NO_DIFFERENCE |
Tells us the type of diff
Definition at line 41 of file DialogueGraphNode.h.