Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
| |
|
| Name |
UE::GeometryFlow::EGeometryFlowResult |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowTypes.h |
| Include Path |
#include "GeometryFlowTypes.h" |
Syntax
namespace UE
{
namespace GeometryFlow
{
enum EGeometryFlowResult
{
Ok = 0,
NodeDoesNotExist = 1,
InputDoesNotExist = 2,
OutputDoesNotExist = 3,
UnmatchedTypes = 4,
ConnectionDoesNotExist = 5,
NoMatchesFound = 6,
MultipleMatchingAmbiguityFound = 7,
OperationCancelled = 8,
InputAlreadyConnected = 9,
ConnectionRejectedCreatesCycle = 10,
}
}
}
Values
| Name |
Remarks |
| Ok |
|
| NodeDoesNotExist |
|
| InputDoesNotExist |
|
| OutputDoesNotExist |
|
| UnmatchedTypes |
|
| ConnectionDoesNotExist |
|
| NoMatchesFound |
|
| MultipleMatchingAmbiguityFound |
|
| OperationCancelled |
|
| InputAlreadyConnected |
|
| ConnectionRejectedCreatesCycle |
|