Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Attribute type for SelectionToAttribute
| Name | ESelectionToAttributeTypeFlags |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
enum ESelectionToAttributeTypeFlags
{
Int,
Float,
Bool,
Double,
String,
Name,
Vec2f,
Vec3f,
Vec4f,
Vec2i,
Vec3i,
Vec4i,
Color,
Transform,
Matrix,
Quat,
Box,
}
Values
| Name | Remarks |
|---|---|
| Int | |
| Float | |
| Bool | |
| Double | |
| String | |
| Name | |
| Vec2f | |
| Vec3f | |
| Vec4f | |
| Vec2i | |
| Vec3i | |
| Vec4i | |
| Color | |
| Transform | |
| Matrix | |
| Quat | |
| Box |