Description
GetCollectionAttributeDataTyped (v1)
Get attribute data from a Collection
Input(s) : Collection [Intrinsic] - Collection for the custom attribute AttributeKey - Input to drive the Attribute and Group name
Output(s): BoolAttributeData - Bool type attribute data FloatAttributeData - Float type attribute data DoubleAttributeData - Float type attribute data Int32AttributeData - Int type attribute data StringAttributeData - Int type attribute data Vector3fAttributeData - Vector3f type attribute data Vector3dAttributeData - Vector3d type attribute data LinearColorAttributeData - Vector3d type attribute data
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Utilities |
| Type | FGetCollectionAttributeDataTypedDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| GroupName | Standard group names | EStandardGroupNameEnum | Dataflow_EStandardGroupNameEnum_Transform |
| CustomGroupName | User specified group name | FString | |
| AttrName | Attribute name | FString |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection for the custom attribute | FManagedArrayCollection | () |
| AttributeKey | Input to drive the Attribute and Group name | FCollectionAttributeKey | (Attribute="",Group="") |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| BoolAttributeData | Bool type attribute data | TArray<bool> | |
| FloatAttributeData | Float type attribute data | TArray<float> | |
| DoubleAttributeData | Float type attribute data | TArray |
|
| Int32AttributeData | Int type attribute data | TArray<int32> | |
| StringAttributeData | Int type attribute data | TArray<FString> | |
| Vector3fAttributeData | Vector3f type attribute data | TArray<FVector3f> | |
| Vector3dAttributeData | Vector3d type attribute data | TArray<FVector3d> | |
| LinearColorAttributeData | Vector3d type attribute data | TArray<FLinearColor> |