Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Get the groom asset guides
| Name | FGetGroomAssetDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/GetGroomAssetNode.h |
| Include Path | #include "GetGroomAssetNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FGetGroomAssetDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FGetGroomAssetDataflowNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | FManagedArrayCollection | Managed array collection used to store the guides | GetGroomAssetNode.h |
|
| CurvesType | EGroomCollectionType | Type of curves to use to fill the groom collection (guides/strands) | GetGroomAssetNode.h |
|
| GroomAsset | TObjectPtr< const UGroomAsset > | Input asset to read the guides from | GetGroomAssetNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FGetGroomAssetDataflowNode, |
GetGroomAssetNode.h | ||
virtual TArray< UE::Dataflow::FRenderingParameter > GetRenderParametersImpl() |
GetGroomAssetNode.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
GetGroomAssetNode.h |