Navigation
API > API/Plugins > API/Plugins/HairCardGeneratorDataflow
Generate the clumps used to build the cards from the strands
| Name | FGenerateCardsTexturesNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/HairCardGenerator/Source/HairCardGeneratorDataflow/Public/GenerateCardsTexturesNode.h |
| Include Path | #include "GenerateCardsTexturesNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FGenerateCardsTexturesNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FGenerateCardsTexturesNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGenerateCardsTexturesNode
(
const UE::Dataflow::FNodeParameters& InParam, |
GenerateCardsTexturesNode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CardsObjectsGroup | const FName | GenerateCardsTexturesNode.h | |
| ObjectTextureIndicesAttribute | const FName | GenerateCardsTexturesNode.h | |
| VertexTextureUVsAttribute | const FName | GenerateCardsTexturesNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CardsSettings | TArray< FGroomCardsSettings > | Generator settings to be used | GenerateCardsTexturesNode.h |
|
| Collection | FManagedArrayCollection | Managed array collection to be used to store datas | GenerateCardsTexturesNode.h |
|
| TextureSettings | TArray< FCardsTextureSettings > | Per LOD settings for each cards generation | GenerateCardsTexturesNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FGenerateCardsTexturesNode, |
GenerateCardsTexturesNode.h | ||
FName
(
"FCardsCollection" |
GenerateCardsTexturesNode.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
GenerateCardsTexturesNode.h |