Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowTypes.h |
Include |
#include "GeometryFlowTypes.h" |
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,
}
}
}
Name |
Description |
---|---|
Ok |
|
NodeDoesNotExist |
|
InputDoesNotExist |
|
OutputDoesNotExist |
|
UnmatchedTypes |
|
ConnectionDoesNotExist |
|
NoMatchesFound |
|
MultipleMatchingAmbiguityFound |
|
OperationCancelled |
|
InputAlreadyConnected |