Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
References
| |
|
| Module |
GeometryFlowCore |
| Header |
/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowTypes.h |
| Include |
#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,
}
}
}
Values
| Name |
Description |
| Ok |
|
| NodeDoesNotExist |
|
| InputDoesNotExist |
|
| OutputDoesNotExist |
|
| UnmatchedTypes |
|
| ConnectionDoesNotExist |
|
| NoMatchesFound |
|
| MultipleMatchingAmbiguityFound |
|
| OperationCancelled |
|
| InputAlreadyConnected |
|