Navigation
API > API/Plugins > API/Plugins/AnimGenEditor
| |
|
| Name |
UE::AnimGen::Editor::EControlObjectTreeElementType |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/Animation/AnimGen/Source/AnimGenEditor/Public/SAnimGenEditorControlObject.h |
| Include Path |
#include "SAnimGenEditorControlObject.h" |
Syntax
namespace UE
{
namespace AnimGen
{
namespace Editor
{
enum EControlObjectTreeElementType
{
Invalid = 0,
Null = 1,
Continuous = 2,
DiscreteExclusive = 3,
DiscreteInclusive = 4,
NamedDiscreteExclusive = 5,
NamedDiscreteInclusive = 6,
And = 7,
OrExclusive = 8,
OrInclusive = 9,
Array = 10,
Set = 11,
Encoding = 12,
Sparse = 13,
NamedSparse = 14,
}
}
}
}
Values
| Name |
Remarks |
| Invalid |
|
| Null |
|
| Continuous |
|
| DiscreteExclusive |
|
| DiscreteInclusive |
|
| NamedDiscreteExclusive |
|
| NamedDiscreteInclusive |
|
| And |
|
| OrExclusive |
|
| OrInclusive |
|
| Array |
|
| Set |
|
| Encoding |
|
| Sparse |
|
| NamedSparse |
|