Navigation
API > API/Plugins > API/Plugins/HairCardGeneratorDataflow
Extract the cards attributes from the description onto the collection
| Name | FExtractCardsAttributesNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/HairCardGenerator/Source/HairCardGeneratorDataflow/Public/ModifyCardsAttributesNode.h |
| Include Path | #include "ModifyCardsAttributesNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FExtractCardsAttributesNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FExtractCardsAttributesNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CardGroups | FCollectionAttributeKey | Attribute key for the extracted card group | ModifyCardsAttributesNode.h |
|
| Collection | FManagedArrayCollection | Managed array collection to be used to store datas | ModifyCardsAttributesNode.h |
|
| GroomAsset | TObjectPtr< const UGroomAsset > | Input asset to read the attributes from | ModifyCardsAttributesNode.h |
|